pub struct StampCost(/* private fields */);Implementations§
Trait Implementations§
impl Copy for StampCost
impl Eq for StampCost
Source§impl Ord for StampCost
impl Ord for StampCost
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for StampCost
impl PartialOrd for StampCost
impl StructuralPartialEq for StampCost
Auto Trait Implementations§
impl Freeze for StampCost
impl RefUnwindSafe for StampCost
impl Send for StampCost
impl Sync for StampCost
impl Unpin for StampCost
impl UnsafeUnpin for StampCost
impl UnwindSafe for StampCost
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