pub struct EndNodeId(pub u64);
Expand description
Newtype to extract the end node id of a relationship during deserialization.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl<'de> Deserialize<'de> for EndNodeId
impl<'de> Deserialize<'de> for EndNodeId
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 PartialEq for EndNodeId
impl PartialEq for EndNodeId
impl Copy for EndNodeId
impl Eq for EndNodeId
impl StructuralPartialEq for EndNodeId
Auto Trait Implementations§
impl RefUnwindSafe for EndNodeId
impl Send for EndNodeId
impl Sync for EndNodeId
impl Unpin for EndNodeId
impl UnwindSafe for EndNodeId
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