pub struct SignOut {}Trait Implementations§
impl Copy for SignOut
Auto Trait Implementations§
impl Freeze for SignOut
impl RefUnwindSafe for SignOut
impl Send for SignOut
impl Sync for SignOut
impl Unpin for SignOut
impl UnwindSafe for SignOut
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