Struct neo4rs::StartNodeId
source · pub struct StartNodeId(pub u64);
Expand description
Newtype to extract the start node id of a relationship during deserialization.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for StartNodeId
impl Clone for StartNodeId
source§fn clone(&self) -> StartNodeId
fn clone(&self) -> StartNodeId
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 StartNodeId
impl Debug for StartNodeId
source§impl<'de> Deserialize<'de> for StartNodeId
impl<'de> Deserialize<'de> for StartNodeId
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for StartNodeId
impl Hash for StartNodeId
source§impl PartialEq for StartNodeId
impl PartialEq for StartNodeId
source§fn eq(&self, other: &StartNodeId) -> bool
fn eq(&self, other: &StartNodeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StartNodeId
impl Eq for StartNodeId
impl StructuralPartialEq for StartNodeId
Auto Trait Implementations§
impl RefUnwindSafe for StartNodeId
impl Send for StartNodeId
impl Sync for StartNodeId
impl Unpin for StartNodeId
impl UnwindSafe for StartNodeId
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