pub struct RelationshipGraph<'a> { /* private fields */ }Implementations§
Source§impl<'a> RelationshipGraph<'a>
impl<'a> RelationshipGraph<'a>
Trait Implementations§
Source§impl<'a> FromIterator<&'a Relationship> for RelationshipGraph<'a>
impl<'a> FromIterator<&'a Relationship> for RelationshipGraph<'a>
Source§fn from_iter<T: IntoIterator<Item = &'a Relationship>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = &'a Relationship>>(iter: T) -> Self
Creates a value from an iterator. Read more
Source§impl<'a> Into<RelationshipGraph<'a>> for &'a CollectionBuilder
impl<'a> Into<RelationshipGraph<'a>> for &'a CollectionBuilder
Source§fn into(self) -> RelationshipGraph<'a>
fn into(self) -> RelationshipGraph<'a>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl<'a> Freeze for RelationshipGraph<'a>
impl<'a> RefUnwindSafe for RelationshipGraph<'a>
impl<'a> Send for RelationshipGraph<'a>
impl<'a> Sync for RelationshipGraph<'a>
impl<'a> Unpin for RelationshipGraph<'a>
impl<'a> UnwindSafe for RelationshipGraph<'a>
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