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