pub struct Timestamptz;Trait Implementations§
Source§impl NullValue for Timestamptz
impl NullValue for Timestamptz
const NULL_VALUE: Value = Value::NullTimestamptz
impl Ordered for Timestamptz
Available on crate feature
chrono only.Source§impl WrapNullable<MaybeNull> for Timestamptz
impl WrapNullable<MaybeNull> for Timestamptz
type Output = Nullable<Timestamptz>
Auto Trait Implementations§
impl Freeze for Timestamptz
impl RefUnwindSafe for Timestamptz
impl Send for Timestamptz
impl Sync for Timestamptz
impl Unpin for Timestamptz
impl UnsafeUnpin for Timestamptz
impl UnwindSafe for Timestamptz
Blanket Implementations§
impl<T> AssignsTo<Nullable<T>> for Twhere
T: SqlType,
impl<T> AssignsTo<T> for Twhere
T: SqlType,
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