#[repr(transparent)]pub struct Minutes(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl AddAssign for Minutes
impl AddAssign for Minutes
Source§fn add_assign(&mut self, other: Minutes)
fn add_assign(&mut self, other: Minutes)
Performs the
+= operation. Read moreSource§impl AddAssign<u64> for Minutes
impl AddAssign<u64> for Minutes
Source§fn add_assign(&mut self, other: u64)
fn add_assign(&mut self, other: u64)
Performs the
+= operation. Read moreSource§impl CandidType for Minutes
impl CandidType for Minutes
impl Copy for Minutes
Source§impl<'de> Deserialize<'de> for Minutes
impl<'de> Deserialize<'de> for Minutes
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
Source§impl DivAssign for Minutes
impl DivAssign for Minutes
Source§fn div_assign(&mut self, other: Minutes)
fn div_assign(&mut self, other: Minutes)
Performs the
/= operation. Read moreSource§impl DivAssign<u64> for Minutes
impl DivAssign<u64> for Minutes
Source§fn div_assign(&mut self, other: u64)
fn div_assign(&mut self, other: u64)
Performs the
/= operation. Read moreimpl Eq for Minutes
Source§impl MulAssign for Minutes
impl MulAssign for Minutes
Source§fn mul_assign(&mut self, other: Minutes)
fn mul_assign(&mut self, other: Minutes)
Performs the
*= operation. Read moreSource§impl MulAssign<u64> for Minutes
impl MulAssign<u64> for Minutes
Source§fn mul_assign(&mut self, other: u64)
fn mul_assign(&mut self, other: u64)
Performs the
*= operation. Read moreSource§impl NormalizeAuto for Minutes
impl NormalizeAuto for Minutes
fn normalize_self(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl NormalizeCustom for Minutes
impl NormalizeCustom for Minutes
fn normalize_custom(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl NumericValue for Minutes
impl NumericValue for Minutes
Source§fn try_to_decimal(&self) -> Option<Decimal>
fn try_to_decimal(&self) -> Option<Decimal>
Convert this value into
Decimal for generic numeric handling.Source§fn try_from_decimal(value: Decimal) -> Option<Self>
fn try_from_decimal(value: Decimal) -> Option<Self>
Rebuild the value from
Decimal after generic numeric handling.Source§impl Ord for Minutes
impl Ord for Minutes
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 Minutes
impl PartialOrd for Minutes
Source§impl PartialOrd<Minutes> for u64
impl PartialOrd<Minutes> for u64
Source§impl PartialOrd<u64> for Minutes
impl PartialOrd<u64> for Minutes
Source§impl RemAssign for Minutes
impl RemAssign for Minutes
Source§fn rem_assign(&mut self, other: Minutes)
fn rem_assign(&mut self, other: Minutes)
Performs the
%= operation. Read moreSource§impl RemAssign<u64> for Minutes
impl RemAssign<u64> for Minutes
Source§fn rem_assign(&mut self, other: u64)
fn rem_assign(&mut self, other: u64)
Performs the
%= operation. Read moreimpl StructuralPartialEq for Minutes
Source§impl SubAssign for Minutes
impl SubAssign for Minutes
Source§fn sub_assign(&mut self, other: Minutes)
fn sub_assign(&mut self, other: Minutes)
Performs the
-= operation. Read moreSource§impl SubAssign<u64> for Minutes
impl SubAssign<u64> for Minutes
Source§fn sub_assign(&mut self, other: u64)
fn sub_assign(&mut self, other: u64)
Performs the
-= operation. Read moreSource§impl ValidateAuto for Minutes
impl ValidateAuto for Minutes
fn validate_self(&self, _ctx: &mut dyn VisitorContext)
Source§impl ValidateCustom for Minutes
impl ValidateCustom for Minutes
fn validate_custom(&self, _ctx: &mut dyn VisitorContext)
Auto Trait Implementations§
impl Freeze for Minutes
impl RefUnwindSafe for Minutes
impl Send for Minutes
impl Sync for Minutes
impl Unpin for Minutes
impl UnsafeUnpin for Minutes
impl UnwindSafe for Minutes
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.impl<T> Normalize for Twhere
T: NormalizeAuto + NormalizeCustom,
Source§impl<T> NormalizeAndValidate for Twhere
T: Visitable,
impl<T> NormalizeAndValidate for Twhere
T: Visitable,
Source§fn normalize_and_validate(self) -> Result<Self, VisitorError>
fn normalize_and_validate(self) -> Result<Self, VisitorError>
Normalize and then validate this application-owned value. Read more