pub struct EdgeLoop {
pub name: String,
pub edge_list: Vec<OrientedEdgeRef>,
}Fields§
§name: String§edge_list: Vec<OrientedEdgeRef>Trait Implementations§
impl StructuralPartialEq for EdgeLoop
Auto Trait Implementations§
impl Freeze for EdgeLoop
impl RefUnwindSafe for EdgeLoop
impl Send for EdgeLoop
impl Sync for EdgeLoop
impl Unpin for EdgeLoop
impl UnsafeUnpin for EdgeLoop
impl UnwindSafe for EdgeLoop
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