pub struct StampValue(/* private fields */);Implementations§
Source§impl StampValue
impl StampValue
Trait Implementations§
Source§impl Clone for StampValue
impl Clone for StampValue
Source§fn clone(&self) -> StampValue
fn clone(&self) -> StampValue
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 StampValue
Source§impl Debug for StampValue
impl Debug for StampValue
impl Eq for StampValue
Source§impl Ord for StampValue
impl Ord for StampValue
Source§fn cmp(&self, other: &StampValue) -> Ordering
fn cmp(&self, other: &StampValue) -> Ordering
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 PartialEq for StampValue
impl PartialEq for StampValue
Source§impl PartialOrd for StampValue
impl PartialOrd for StampValue
impl StructuralPartialEq for StampValue
Auto Trait Implementations§
impl Freeze for StampValue
impl RefUnwindSafe for StampValue
impl Send for StampValue
impl Sync for StampValue
impl Unpin for StampValue
impl UnsafeUnpin for StampValue
impl UnwindSafe for StampValue
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