pub struct GetConnections;
Expand description
Get Connections Command
Trait Implementations§
Source§impl CommandRequest for GetConnections
impl CommandRequest for GetConnections
Source§const CODE: CommandCode = CommandCode::GetConnections
const CODE: CommandCode = CommandCode::GetConnections
Command code.
Source§type Reply = GetConnectionsReply
type Reply = GetConnectionsReply
Return type for this command.
Source§impl Debug for GetConnections
impl Debug for GetConnections
Source§impl From<GetConnections> for Command
impl From<GetConnections> for Command
Source§fn from(v: GetConnections) -> Self
fn from(v: GetConnections) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetConnections
impl RefUnwindSafe for GetConnections
impl Send for GetConnections
impl Sync for GetConnections
impl Unpin for GetConnections
impl UnwindSafe for GetConnections
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