pub(super) struct Subsecond {
digits: Option<SubsecondDigits>,
}
Fields§
§digits: Option<SubsecondDigits>
Implementations§
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