pub struct EdgeDescribe {
pub from: String,
pub to: String,
}Expand description
Edge between two named nodes (or a named node and _anon_<NodeId>).
Fields§
§from: String§to: StringTrait Implementations§
Source§impl Clone for EdgeDescribe
impl Clone for EdgeDescribe
Source§fn clone(&self) -> EdgeDescribe
fn clone(&self) -> EdgeDescribe
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 EdgeDescribe
impl Debug for EdgeDescribe
Auto Trait Implementations§
impl Freeze for EdgeDescribe
impl RefUnwindSafe for EdgeDescribe
impl Send for EdgeDescribe
impl Sync for EdgeDescribe
impl Unpin for EdgeDescribe
impl UnsafeUnpin for EdgeDescribe
impl UnwindSafe for EdgeDescribe
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