pub struct OrientedEdgeId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for OrientedEdgeId
impl Clone for OrientedEdgeId
Source§fn clone(&self) -> OrientedEdgeId
fn clone(&self) -> OrientedEdgeId
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 moreimpl Copy for OrientedEdgeId
Source§impl Debug for OrientedEdgeId
impl Debug for OrientedEdgeId
impl Eq for OrientedEdgeId
Source§impl Hash for OrientedEdgeId
impl Hash for OrientedEdgeId
Source§impl PartialEq for OrientedEdgeId
impl PartialEq for OrientedEdgeId
Source§fn eq(&self, other: &OrientedEdgeId) -> bool
fn eq(&self, other: &OrientedEdgeId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrientedEdgeId
Auto Trait Implementations§
impl Freeze for OrientedEdgeId
impl RefUnwindSafe for OrientedEdgeId
impl Send for OrientedEdgeId
impl Sync for OrientedEdgeId
impl Unpin for OrientedEdgeId
impl UnsafeUnpin for OrientedEdgeId
impl UnwindSafe for OrientedEdgeId
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