pub struct ActiveLeaseFacts { /* private fields */ }Expand description
Bounded counters for active mappings that still retain a session lease.
Implementations§
Source§impl ActiveLeaseFacts
impl ActiveLeaseFacts
Sourcepub const fn consistency(self) -> LeaseFactsConsistency
pub const fn consistency(self) -> LeaseFactsConsistency
Whether the two independently observed atomic counters are exact.
Trait Implementations§
Source§impl Clone for ActiveLeaseFacts
impl Clone for ActiveLeaseFacts
Source§fn clone(&self) -> ActiveLeaseFacts
fn clone(&self) -> ActiveLeaseFacts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ActiveLeaseFacts
Source§impl Debug for ActiveLeaseFacts
impl Debug for ActiveLeaseFacts
impl Eq for ActiveLeaseFacts
Source§impl PartialEq for ActiveLeaseFacts
impl PartialEq for ActiveLeaseFacts
impl StructuralPartialEq for ActiveLeaseFacts
Auto Trait Implementations§
impl Freeze for ActiveLeaseFacts
impl RefUnwindSafe for ActiveLeaseFacts
impl Send for ActiveLeaseFacts
impl Sync for ActiveLeaseFacts
impl Unpin for ActiveLeaseFacts
impl UnsafeUnpin for ActiveLeaseFacts
impl UnwindSafe for ActiveLeaseFacts
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