pub struct RpcWrapper { /* private fields */ }Trait Implementations§
Source§impl ExternType for RpcWrapper
impl ExternType for RpcWrapper
impl UniquePtrTarget for RpcWrapper
Auto Trait Implementations§
impl !Freeze for RpcWrapper
impl RefUnwindSafe for RpcWrapper
impl !Send for RpcWrapper
impl !Sync for RpcWrapper
impl !Unpin for RpcWrapper
impl UnsafeUnpin for RpcWrapper
impl UnwindSafe for RpcWrapper
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