pub struct DisconnectReply { /* private fields */ }
Expand description
Reply for Disconnect
Implementations§
Source§impl DisconnectReply
impl DisconnectReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
Trait Implementations§
Source§impl Debug for DisconnectReply
impl Debug for DisconnectReply
Auto Trait Implementations§
impl Freeze for DisconnectReply
impl RefUnwindSafe for DisconnectReply
impl Send for DisconnectReply
impl Sync for DisconnectReply
impl Unpin for DisconnectReply
impl UnwindSafe for DisconnectReply
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