pub struct Unlinking;Expand description
UNLINK request seen, client being torn down.
Trait Implementations§
impl Copy for Unlinking
impl ServerState for Unlinking
Auto Trait Implementations§
impl Freeze for Unlinking
impl RefUnwindSafe for Unlinking
impl Send for Unlinking
impl Sync for Unlinking
impl Unpin for Unlinking
impl UnwindSafe for Unlinking
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