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