pub struct VertexLoop {
pub name: String,
pub loop_vertex: VertexRef,
}Fields§
§name: String§loop_vertex: VertexRefTrait Implementations§
Source§impl Clone for VertexLoop
impl Clone for VertexLoop
Source§fn clone(&self) -> VertexLoop
fn clone(&self) -> VertexLoop
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 VertexLoop
impl Debug for VertexLoop
Source§impl PartialEq for VertexLoop
impl PartialEq for VertexLoop
Source§fn eq(&self, other: &VertexLoop) -> bool
fn eq(&self, other: &VertexLoop) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertexLoop
Auto Trait Implementations§
impl Freeze for VertexLoop
impl RefUnwindSafe for VertexLoop
impl Send for VertexLoop
impl Sync for VertexLoop
impl Unpin for VertexLoop
impl UnsafeUnpin for VertexLoop
impl UnwindSafe for VertexLoop
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