pub enum StaleMarker {
New(Vec<u64>),
Consolidated(Vec<u64>),
}Expand description
One stale-box marker to append.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StaleMarker
impl Clone for StaleMarker
Source§fn clone(&self) -> StaleMarker
fn clone(&self) -> StaleMarker
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 moreSource§impl Debug for StaleMarker
impl Debug for StaleMarker
impl Eq for StaleMarker
Source§impl PartialEq for StaleMarker
impl PartialEq for StaleMarker
impl StructuralPartialEq for StaleMarker
Auto Trait Implementations§
impl Freeze for StaleMarker
impl RefUnwindSafe for StaleMarker
impl Send for StaleMarker
impl Sync for StaleMarker
impl Unpin for StaleMarker
impl UnsafeUnpin for StaleMarker
impl UnwindSafe for StaleMarker
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