pub enum TimestampStyle {
Pretty,
PrettyUsec,
Utc,
UtcUsec,
Unix,
UnixUsec,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TimestampStyle
impl Clone for TimestampStyle
Source§fn clone(&self) -> TimestampStyle
fn clone(&self) -> TimestampStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimestampStyle
impl Debug for TimestampStyle
Source§impl Display for TimestampStyle
impl Display for TimestampStyle
Source§impl From<&str> for TimestampStyle
impl From<&str> for TimestampStyle
Source§impl From<GString> for TimestampStyle
impl From<GString> for TimestampStyle
Source§impl From<i32> for TimestampStyle
impl From<i32> for TimestampStyle
Source§impl IntoEnumIterator for TimestampStyle
impl IntoEnumIterator for TimestampStyle
type Iterator = TimestampStyleIter
fn iter() -> TimestampStyleIter ⓘ
Source§impl PartialEq for TimestampStyle
impl PartialEq for TimestampStyle
impl Copy for TimestampStyle
impl Eq for TimestampStyle
impl StructuralPartialEq for TimestampStyle
Auto Trait Implementations§
impl Freeze for TimestampStyle
impl RefUnwindSafe for TimestampStyle
impl Send for TimestampStyle
impl Sync for TimestampStyle
impl Unpin for TimestampStyle
impl UnsafeUnpin for TimestampStyle
impl UnwindSafe for TimestampStyle
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