pub enum DensityStanding {
Sparse,
Dense,
}Expand description
Whether every left and right endpoint pair occurs.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DensityStanding
impl Clone for DensityStanding
Source§fn clone(&self) -> DensityStanding
fn clone(&self) -> DensityStanding
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 DensityStanding
Source§impl Debug for DensityStanding
impl Debug for DensityStanding
impl Eq for DensityStanding
Source§impl Hash for DensityStanding
impl Hash for DensityStanding
Source§impl PartialEq for DensityStanding
impl PartialEq for DensityStanding
impl StructuralPartialEq for DensityStanding
Auto Trait Implementations§
impl Freeze for DensityStanding
impl RefUnwindSafe for DensityStanding
impl Send for DensityStanding
impl Sync for DensityStanding
impl Unpin for DensityStanding
impl UnsafeUnpin for DensityStanding
impl UnwindSafe for DensityStanding
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