Struct neo4rs::BoltLocalDateTime
source · pub struct BoltLocalDateTime { /* private fields */ }
Trait Implementations§
source§impl Clone for BoltLocalDateTime
impl Clone for BoltLocalDateTime
source§fn clone(&self) -> BoltLocalDateTime
fn clone(&self) -> BoltLocalDateTime
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 BoltLocalDateTime
impl Debug for BoltLocalDateTime
source§impl From<NaiveDateTime> for BoltLocalDateTime
impl From<NaiveDateTime> for BoltLocalDateTime
source§fn from(value: NaiveDateTime) -> Self
fn from(value: NaiveDateTime) -> Self
Converts to this type from the input type.
source§impl PartialEq for BoltLocalDateTime
impl PartialEq for BoltLocalDateTime
source§fn eq(&self, other: &BoltLocalDateTime) -> bool
fn eq(&self, other: &BoltLocalDateTime) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&BoltLocalDateTime> for NaiveDateTime
impl TryFrom<&BoltLocalDateTime> for NaiveDateTime
source§impl TryInto<NaiveDateTime> for BoltLocalDateTime
impl TryInto<NaiveDateTime> for BoltLocalDateTime
impl Eq for BoltLocalDateTime
impl StructuralPartialEq for BoltLocalDateTime
Auto Trait Implementations§
impl RefUnwindSafe for BoltLocalDateTime
impl Send for BoltLocalDateTime
impl Sync for BoltLocalDateTime
impl Unpin for BoltLocalDateTime
impl UnwindSafe for BoltLocalDateTime
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