pub struct SysEdge {
pub a: String,
pub b: String,
}Expand description
An undirected link between two node ids.
Fields§
§a: String§b: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysEdge
impl RefUnwindSafe for SysEdge
impl Send for SysEdge
impl Sync for SysEdge
impl Unpin for SysEdge
impl UnsafeUnpin for SysEdge
impl UnwindSafe for SysEdge
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