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