pub enum BoostInvariantKind {
BucketAmounts,
NominalPickupAmount,
NominalStolenPickupAmount,
CurrentAmount,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BoostInvariantKind
impl Clone for BoostInvariantKind
Source§fn clone(&self) -> BoostInvariantKind
fn clone(&self) -> BoostInvariantKind
Returns a duplicate of the value. Read more
1.0.0 · 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 BoostInvariantKind
impl Debug for BoostInvariantKind
Source§impl Hash for BoostInvariantKind
impl Hash for BoostInvariantKind
Source§impl PartialEq for BoostInvariantKind
impl PartialEq for BoostInvariantKind
impl Copy for BoostInvariantKind
impl Eq for BoostInvariantKind
impl StructuralPartialEq for BoostInvariantKind
Auto Trait Implementations§
impl Freeze for BoostInvariantKind
impl RefUnwindSafe for BoostInvariantKind
impl Send for BoostInvariantKind
impl Sync for BoostInvariantKind
impl Unpin for BoostInvariantKind
impl UnsafeUnpin for BoostInvariantKind
impl UnwindSafe for BoostInvariantKind
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