pub struct TimestampWithTimeZone;
Expand description
The timestamp with time zone
SQL function
Trait Implementations§
Source§impl Debug for TimestampWithTimeZone
impl Debug for TimestampWithTimeZone
Auto Trait Implementations§
impl Freeze for TimestampWithTimeZone
impl RefUnwindSafe for TimestampWithTimeZone
impl Send for TimestampWithTimeZone
impl Sync for TimestampWithTimeZone
impl Unpin for TimestampWithTimeZone
impl UnwindSafe for TimestampWithTimeZone
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