pub struct CostMicros(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CostMicros
impl Clone for CostMicros
Source§fn clone(&self) -> CostMicros
fn clone(&self) -> CostMicros
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 CostMicros
Source§impl Debug for CostMicros
impl Debug for CostMicros
Source§impl Default for CostMicros
impl Default for CostMicros
Source§fn default() -> CostMicros
fn default() -> CostMicros
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CostMicros
impl<'de> Deserialize<'de> for CostMicros
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CostMicros
Source§impl Ord for CostMicros
impl Ord for CostMicros
Source§fn cmp(&self, other: &CostMicros) -> Ordering
fn cmp(&self, other: &CostMicros) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for CostMicros
impl PartialEq for CostMicros
Source§impl PartialOrd for CostMicros
impl PartialOrd for CostMicros
Source§impl Serialize for CostMicros
impl Serialize for CostMicros
impl StructuralPartialEq for CostMicros
Auto Trait Implementations§
impl Freeze for CostMicros
impl RefUnwindSafe for CostMicros
impl Send for CostMicros
impl Sync for CostMicros
impl Unpin for CostMicros
impl UnsafeUnpin for CostMicros
impl UnwindSafe for CostMicros
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