pub struct SimplicialComplex { /* private fields */ }Expand description
A simplicial complex represented by simplex dimensions.
Implementations§
Trait Implementations§
Source§impl Clone for SimplicialComplex
impl Clone for SimplicialComplex
Source§fn clone(&self) -> SimplicialComplex
fn clone(&self) -> SimplicialComplex
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 SimplicialComplex
impl Debug for SimplicialComplex
Source§impl PartialEq for SimplicialComplex
impl PartialEq for SimplicialComplex
Source§fn eq(&self, other: &SimplicialComplex) -> bool
fn eq(&self, other: &SimplicialComplex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SimplicialComplex
impl StructuralPartialEq for SimplicialComplex
Auto Trait Implementations§
impl Freeze for SimplicialComplex
impl RefUnwindSafe for SimplicialComplex
impl Send for SimplicialComplex
impl Sync for SimplicialComplex
impl Unpin for SimplicialComplex
impl UnsafeUnpin for SimplicialComplex
impl UnwindSafe for SimplicialComplex
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