pub struct GetPeerInfoCommand {}
Implementations§
Trait Implementations§
Source§impl CallableCommand for GetPeerInfoCommand
impl CallableCommand for GetPeerInfoCommand
Auto Trait Implementations§
impl Freeze for GetPeerInfoCommand
impl RefUnwindSafe for GetPeerInfoCommand
impl Send for GetPeerInfoCommand
impl Sync for GetPeerInfoCommand
impl Unpin for GetPeerInfoCommand
impl UnwindSafe for GetPeerInfoCommand
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