pub struct UserHistory {
pub attempts: u32,
pub last_seen: Instant,
}Fields§
§attempts: u32§last_seen: InstantAuto Trait Implementations§
impl Freeze for UserHistory
impl RefUnwindSafe for UserHistory
impl Send for UserHistory
impl Sync for UserHistory
impl Unpin for UserHistory
impl UnsafeUnpin for UserHistory
impl UnwindSafe for UserHistory
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