Struct tiberius::time::SmallDateTime
source · pub struct SmallDateTime { /* private fields */ }
Expand description
A presentation of smalldatetime
type in the server.
§Warning
It isn’t recommended to use this type directly. For dealing with
smalldatetime
, use the time
feature of this crate and its
PrimitiveDateTime
type.
Implementations§
Trait Implementations§
source§impl Clone for SmallDateTime
impl Clone for SmallDateTime
source§fn clone(&self) -> SmallDateTime
fn clone(&self) -> SmallDateTime
Returns a copy 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 SmallDateTime
impl Debug for SmallDateTime
source§impl PartialEq for SmallDateTime
impl PartialEq for SmallDateTime
impl Copy for SmallDateTime
impl Eq for SmallDateTime
impl StructuralPartialEq for SmallDateTime
Auto Trait Implementations§
impl Freeze for SmallDateTime
impl RefUnwindSafe for SmallDateTime
impl Send for SmallDateTime
impl Sync for SmallDateTime
impl Unpin for SmallDateTime
impl UnwindSafe for SmallDateTime
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)