pub enum EventTimeFormat {
AllDay,
DateTimeUtc,
DateTimeLocal,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for EventTimeFormat
impl AsRef<str> for EventTimeFormat
Source§impl Clone for EventTimeFormat
impl Clone for EventTimeFormat
Source§fn clone(&self) -> EventTimeFormat
fn clone(&self) -> EventTimeFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EventTimeFormat
impl Debug for EventTimeFormat
impl Copy for EventTimeFormat
Auto Trait Implementations§
impl Freeze for EventTimeFormat
impl RefUnwindSafe for EventTimeFormat
impl Send for EventTimeFormat
impl Sync for EventTimeFormat
impl Unpin for EventTimeFormat
impl UnsafeUnpin for EventTimeFormat
impl UnwindSafe for EventTimeFormat
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