Home
last modified time | relevance | path

Searched refs:try_clone (Results 1 – 6 of 6) sorted by relevance

/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs43 fn try_clone(&self) -> Result<Self, Self::Error>; in try_clone() method
50 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
132 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
/trusty/user/base/lib/trusty-std/src/ffi/
Dc_str.rs168 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs125 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method
160 Some(key) => key.try_clone(), in try_from()
179 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method
180 let key_header = self.key_header.try_clone()?; in try_clone()
/trusty/user/base/lib/unittest-rust/src/
Dlib.rs135 let _ = self.client_connection.replace(Some(handle.try_clone()?)); in connect()
/trusty/user/base/lib/tipc/rust/src/
Dhandle.rs96 pub fn try_clone(&self) -> crate::Result<Self> { in try_clone() method
Dservice.rs126 fn try_clone(&self) -> core::result::Result<Self, Self::Error> { in try_clone() method
127 Ok(Self { path: self.path.try_clone()?, ..*self }) in try_clone()
221 ty: ChannelTy::Port(cfg.try_clone()?), in try_new_port()