pub struct BindComplete {}Expand description
(B) Success reply for Bind command.
Implementations§
Source§impl BindComplete
impl BindComplete
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindComplete
impl RefUnwindSafe for BindComplete
impl Send for BindComplete
impl Sync for BindComplete
impl Unpin for BindComplete
impl UnsafeUnpin for BindComplete
impl UnwindSafe for BindComplete
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