pub struct TypePrecisionTimestampTz { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TypePrecisionTimestampTz
impl Clone for TypePrecisionTimestampTz
Source§fn clone(&self) -> TypePrecisionTimestampTz
fn clone(&self) -> TypePrecisionTimestampTz
Returns a duplicate of the value. Read more
1.0.0 · 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 TypePrecisionTimestampTz
impl Debug for TypePrecisionTimestampTz
Source§impl Default for TypePrecisionTimestampTz
impl Default for TypePrecisionTimestampTz
Source§impl From<TypePrecisionTimestampTz> for TypePrecisionTimestampTz
impl From<TypePrecisionTimestampTz> for TypePrecisionTimestampTz
Source§fn from(value: TypePrecisionTimestampTz) -> Self
fn from(value: TypePrecisionTimestampTz) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TypePrecisionTimestampTz> for TypePrecisionTimestampTz
impl TryFrom<TypePrecisionTimestampTz> for TypePrecisionTimestampTz
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TypePrecisionTimestampTz) -> Result<Self, ConversionError>
fn try_from(value: TypePrecisionTimestampTz) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TypePrecisionTimestampTz
impl RefUnwindSafe for TypePrecisionTimestampTz
impl Send for TypePrecisionTimestampTz
impl Sync for TypePrecisionTimestampTz
impl Unpin for TypePrecisionTimestampTz
impl UnwindSafe for TypePrecisionTimestampTz
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