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
source§fn eq(&self, other: &SmallDateTime) -> bool
fn eq(&self, other: &SmallDateTime) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SmallDateTime
impl Eq for SmallDateTime
impl StructuralEq for SmallDateTime
impl StructuralPartialEq for SmallDateTime
Auto Trait Implementations§
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