pub enum LogTimeFormat {
TimeStamp,
TimeLocal,
TimeNone,
}
Variants§
Trait Implementations§
Source§impl Clone for LogTimeFormat
impl Clone for LogTimeFormat
Source§fn clone(&self) -> LogTimeFormat
fn clone(&self) -> LogTimeFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LogTimeFormat
impl Debug for LogTimeFormat
Source§impl PartialEq for LogTimeFormat
impl PartialEq for LogTimeFormat
Source§impl PartialOrd for LogTimeFormat
impl PartialOrd for LogTimeFormat
impl Copy for LogTimeFormat
impl Eq for LogTimeFormat
impl StructuralPartialEq for LogTimeFormat
Auto Trait Implementations§
impl Freeze for LogTimeFormat
impl RefUnwindSafe for LogTimeFormat
impl Send for LogTimeFormat
impl Sync for LogTimeFormat
impl Unpin for LogTimeFormat
impl UnwindSafe for LogTimeFormat
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