enum SubsecondDigits {
One,
Two,
Three,
Four,
Five,
Six,
Seven,
Eight,
Nine,
OneOrMore,
}
Variants§
Implementations§
Trait Implementations§
source§impl Default for SubsecondDigits
impl Default for SubsecondDigits
source§fn default() -> SubsecondDigits
fn default() -> SubsecondDigits
Returns the “default value” for a type. Read more
source§impl From<SubsecondDigits> for SubsecondDigits
impl From<SubsecondDigits> for SubsecondDigits
source§fn from(modifier: SubsecondDigits) -> Self
fn from(modifier: SubsecondDigits) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SubsecondDigits
impl RefUnwindSafe for SubsecondDigits
impl Send for SubsecondDigits
impl Sync for SubsecondDigits
impl Unpin for SubsecondDigits
impl UnwindSafe for SubsecondDigits
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