pub struct ExpandedRelationship {
pub relationship: RelationshipRecord,
pub other_node: NodeRecord,
}Fields§
§relationship: RelationshipRecord§other_node: NodeRecordTrait Implementations§
Source§impl Clone for ExpandedRelationship
impl Clone for ExpandedRelationship
Source§fn clone(&self) -> ExpandedRelationship
fn clone(&self) -> ExpandedRelationship
Returns a duplicate 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 ExpandedRelationship
impl Debug for ExpandedRelationship
Source§impl PartialEq for ExpandedRelationship
impl PartialEq for ExpandedRelationship
impl StructuralPartialEq for ExpandedRelationship
Auto Trait Implementations§
impl Freeze for ExpandedRelationship
impl RefUnwindSafe for ExpandedRelationship
impl Send for ExpandedRelationship
impl Sync for ExpandedRelationship
impl Unpin for ExpandedRelationship
impl UnsafeUnpin for ExpandedRelationship
impl UnwindSafe for ExpandedRelationship
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