pub struct RelationEdge { /* private fields */ }Expand description
RelationEdge Relation occurrence captured during entity value-graph traversal.
Auto Trait Implementations§
impl Freeze for RelationEdge
impl RefUnwindSafe for RelationEdge
impl Send for RelationEdge
impl Sync for RelationEdge
impl Unpin for RelationEdge
impl UnsafeUnpin for RelationEdge
impl UnwindSafe for RelationEdge
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