pub struct Interval;Trait Implementations§
impl Assignable for Interval
impl Assignable<Interval> for Any
impl Compatible for Interval
impl Compatible<Any> for Interval
impl Compatible<Interval> for Any
impl Compatible<Placeholder> for Interval
impl Copy for Interval
impl DataType for Interval
Source§impl DefaultCastTypeName for Interval
impl DefaultCastTypeName for Interval
const CAST_TYPE_NAME: &'static str = "INTERVAL"
impl Eq for Interval
Source§impl SQLTypeToRust<PostgresDialect> for Interval
Available on non-crate feature chrono only.
impl SQLTypeToRust<PostgresDialect> for Interval
Available on non-crate feature
chrono only.impl StructuralPartialEq for Interval
impl Temporal for Interval
Auto Trait Implementations§
impl Freeze for Interval
impl RefUnwindSafe for Interval
impl Send for Interval
impl Sync for Interval
impl Unpin for Interval
impl UnsafeUnpin for Interval
impl UnwindSafe for Interval
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