pub struct CapacityWaitRecheck { /* private fields */ }Implementations§
Source§impl CapacityWaitRecheck
impl CapacityWaitRecheck
pub const fn current(self) -> CapacityEpochs
pub const fn changed_since_observation(self) -> bool
pub const fn changed_since_registration(self) -> bool
pub const fn should_retry(self) -> bool
Trait Implementations§
Source§impl Clone for CapacityWaitRecheck
impl Clone for CapacityWaitRecheck
Source§fn clone(&self) -> CapacityWaitRecheck
fn clone(&self) -> CapacityWaitRecheck
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 CapacityWaitRecheck
Source§impl Debug for CapacityWaitRecheck
impl Debug for CapacityWaitRecheck
impl Eq for CapacityWaitRecheck
Source§impl PartialEq for CapacityWaitRecheck
impl PartialEq for CapacityWaitRecheck
impl StructuralPartialEq for CapacityWaitRecheck
Auto Trait Implementations§
impl Freeze for CapacityWaitRecheck
impl RefUnwindSafe for CapacityWaitRecheck
impl Send for CapacityWaitRecheck
impl Sync for CapacityWaitRecheck
impl Unpin for CapacityWaitRecheck
impl UnsafeUnpin for CapacityWaitRecheck
impl UnwindSafe for CapacityWaitRecheck
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