pub struct GetConnectionInformation { /* private fields */ }
Expand description
Get Connection Information Command
Implementations§
Source§impl GetConnectionInformation
impl GetConnectionInformation
Sourcepub fn new(address: Address, address_type: AddressType) -> Self
pub fn new(address: Address, address_type: AddressType) -> Self
Constructs a new GetConnectionInformation
.
Trait Implementations§
Source§impl CommandRequest for GetConnectionInformation
impl CommandRequest for GetConnectionInformation
Source§const CODE: CommandCode = CommandCode::GetConnectionInformation
const CODE: CommandCode = CommandCode::GetConnectionInformation
Command code.
Source§type Reply = GetConnectionInformationReply
type Reply = GetConnectionInformationReply
Return type for this command.
Source§impl Debug for GetConnectionInformation
impl Debug for GetConnectionInformation
Source§impl From<GetConnectionInformation> for Command
impl From<GetConnectionInformation> for Command
Source§fn from(v: GetConnectionInformation) -> Self
fn from(v: GetConnectionInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetConnectionInformation
impl RefUnwindSafe for GetConnectionInformation
impl Send for GetConnectionInformation
impl Sync for GetConnectionInformation
impl Unpin for GetConnectionInformation
impl UnwindSafe for GetConnectionInformation
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