pub struct UnitCount(/* private fields */);Expand description
Non-zero count of drainage units in a dataset.
Implementations§
Trait Implementations§
impl Copy for UnitCount
impl Eq for UnitCount
Source§impl Ord for UnitCount
impl Ord for UnitCount
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UnitCount
impl PartialOrd for UnitCount
impl StructuralPartialEq for UnitCount
Auto Trait Implementations§
impl Freeze for UnitCount
impl RefUnwindSafe for UnitCount
impl Send for UnitCount
impl Sync for UnitCount
impl Unpin for UnitCount
impl UnsafeUnpin for UnitCount
impl UnwindSafe for UnitCount
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