pub struct LockCore {
pub lock_start: Instant,
pub age_timeout: Duration,
/* private fields */
}Fields§
§lock_start: Instant§age_timeout: DurationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LockCore
impl RefUnwindSafe for LockCore
impl Send for LockCore
impl Sync for LockCore
impl Unpin for LockCore
impl UnwindSafe for LockCore
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