pub struct DevLogTimeFormat { /* private fields */ }
Trait Implementations§
Source§impl Default for DevLogTimeFormat
impl Default for DevLogTimeFormat
Source§fn default() -> DevLogTimeFormat
fn default() -> DevLogTimeFormat
Returns the “default value” for a type. Read more
Source§impl FormatTime for DevLogTimeFormat
impl FormatTime for DevLogTimeFormat
Auto Trait Implementations§
impl Freeze for DevLogTimeFormat
impl RefUnwindSafe for DevLogTimeFormat
impl Send for DevLogTimeFormat
impl Sync for DevLogTimeFormat
impl Unpin for DevLogTimeFormat
impl UnwindSafe for DevLogTimeFormat
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