pub struct CoxeterEdge { /* private fields */ }Expand description
An edge in a Coxeter diagram.
Implementations§
Trait Implementations§
Source§impl Clone for CoxeterEdge
impl Clone for CoxeterEdge
Source§fn clone(&self) -> CoxeterEdge
fn clone(&self) -> CoxeterEdge
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 CoxeterEdge
impl Debug for CoxeterEdge
Source§impl PartialEq for CoxeterEdge
impl PartialEq for CoxeterEdge
Source§fn eq(&self, other: &CoxeterEdge) -> bool
fn eq(&self, other: &CoxeterEdge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CoxeterEdge
impl Eq for CoxeterEdge
impl StructuralPartialEq for CoxeterEdge
Auto Trait Implementations§
impl Freeze for CoxeterEdge
impl RefUnwindSafe for CoxeterEdge
impl Send for CoxeterEdge
impl Sync for CoxeterEdge
impl Unpin for CoxeterEdge
impl UnsafeUnpin for CoxeterEdge
impl UnwindSafe for CoxeterEdge
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