pub struct LedgerGcOutcome {
pub kept: usize,
pub removed: usize,
}Fields§
§kept: usize§removed: usizeTrait Implementations§
Source§impl Clone for LedgerGcOutcome
impl Clone for LedgerGcOutcome
Source§fn clone(&self) -> LedgerGcOutcome
fn clone(&self) -> LedgerGcOutcome
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 LedgerGcOutcome
Source§impl Debug for LedgerGcOutcome
impl Debug for LedgerGcOutcome
Source§impl Default for LedgerGcOutcome
impl Default for LedgerGcOutcome
Source§fn default() -> LedgerGcOutcome
fn default() -> LedgerGcOutcome
Returns the “default value” for a type. Read more
impl Eq for LedgerGcOutcome
Source§impl PartialEq for LedgerGcOutcome
impl PartialEq for LedgerGcOutcome
impl StructuralPartialEq for LedgerGcOutcome
Auto Trait Implementations§
impl Freeze for LedgerGcOutcome
impl RefUnwindSafe for LedgerGcOutcome
impl Send for LedgerGcOutcome
impl Sync for LedgerGcOutcome
impl Unpin for LedgerGcOutcome
impl UnsafeUnpin for LedgerGcOutcome
impl UnwindSafe for LedgerGcOutcome
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.