pub struct TimeOut<'src> { /* private fields */ }Expand description
A single user was timed out.
Implementations§
Trait Implementations§
impl<'src> Eq for TimeOut<'src>
impl<'src> StructuralPartialEq for TimeOut<'src>
Auto Trait Implementations§
impl<'src> Freeze for TimeOut<'src>
impl<'src> RefUnwindSafe for TimeOut<'src>
impl<'src> Send for TimeOut<'src>
impl<'src> Sync for TimeOut<'src>
impl<'src> Unpin for TimeOut<'src>
impl<'src> UnwindSafe for TimeOut<'src>
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