Searched refs:try_clone (Results 1 – 6 of 6) sorted by relevance
/trusty/user/base/lib/trusty-std/src/ |
D | clone_ext.rs | 43 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/ |
D | c_str.rs | 168 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | opaque_key.rs | 125 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/ |
D | lib.rs | 135 let _ = self.client_connection.replace(Some(handle.try_clone()?)); in connect()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | handle.rs | 96 pub fn try_clone(&self) -> crate::Result<Self> { in try_clone() method
|
D | service.rs | 126 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()
|