pub struct RelationEdge {
pub from: String,
pub to: String,
pub kind: RelationKind,
}Fields§
§from: String§to: String§kind: RelationKindTrait Implementations§
Source§impl Clone for RelationEdge
impl Clone for RelationEdge
Source§fn clone(&self) -> RelationEdge
fn clone(&self) -> RelationEdge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelationEdge
impl Debug for RelationEdge
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