struct NanosecondsFormatter<'a> {
nanoseconds: i64,
prefix: &'a str,
}
Fields§
§nanoseconds: i64
§prefix: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NanosecondsFormatter<'a>
impl<'a> RefUnwindSafe for NanosecondsFormatter<'a>
impl<'a> Send for NanosecondsFormatter<'a>
impl<'a> Sync for NanosecondsFormatter<'a>
impl<'a> Unpin for NanosecondsFormatter<'a>
impl<'a> UnwindSafe for NanosecondsFormatter<'a>
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