pub struct UnixSocketTransport { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CustodyTransport for UnixSocketTransport
impl CustodyTransport for UnixSocketTransport
fn call(&self, call: CustodyCall) -> Result<CustodyReply, TransportError>
Auto Trait Implementations§
impl Freeze for UnixSocketTransport
impl RefUnwindSafe for UnixSocketTransport
impl Send for UnixSocketTransport
impl Sync for UnixSocketTransport
impl Unpin for UnixSocketTransport
impl UnsafeUnpin for UnixSocketTransport
impl UnwindSafe for UnixSocketTransport
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more