pub(crate) struct Subsecond {
pub(crate) digits: SubsecondDigits,
}
Fields§
§digits: SubsecondDigits
Trait Implementations§
source§impl ToTokenTree for Subsecond
impl ToTokenTree for Subsecond
fn into_token_tree(self) -> TokenTree
Auto Trait Implementations§
impl Freeze for Subsecond
impl RefUnwindSafe for Subsecond
impl Send for Subsecond
impl Sync for Subsecond
impl Unpin for Subsecond
impl UnwindSafe for Subsecond
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