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