pub(crate) enum SubsecondDigits {
One,
Two,
Three,
Four,
Five,
Six,
Seven,
Eight,
Nine,
OneOrMore,
}
Variants§
Trait Implementations§
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.
source§impl ToTokenStream for SubsecondDigits
impl ToTokenStream for SubsecondDigits
fn append_to(self, ts: &mut TokenStream)
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