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