pub enum IntervalStyleKind {
Postgres,
SqlStandard,
Iso8601,
PostgresVerbose,
}Variants§
Trait Implementations§
Source§impl Clone for IntervalStyleKind
impl Clone for IntervalStyleKind
Source§fn clone(&self) -> IntervalStyleKind
fn clone(&self) -> IntervalStyleKind
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 moreimpl Copy for IntervalStyleKind
Source§impl Debug for IntervalStyleKind
impl Debug for IntervalStyleKind
impl Eq for IntervalStyleKind
Source§impl PartialEq for IntervalStyleKind
impl PartialEq for IntervalStyleKind
impl StructuralPartialEq for IntervalStyleKind
Auto Trait Implementations§
impl Freeze for IntervalStyleKind
impl RefUnwindSafe for IntervalStyleKind
impl Send for IntervalStyleKind
impl Sync for IntervalStyleKind
impl Unpin for IntervalStyleKind
impl UnsafeUnpin for IntervalStyleKind
impl UnwindSafe for IntervalStyleKind
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