pub struct Difference { /* private fields */ }Expand description
Sizes of the two set differences between a SparseBitset and a
ShallowBitset.
Trait Implementations§
Source§impl Default for Difference
impl Default for Difference
Source§fn default() -> Difference
fn default() -> Difference
Returns the “default value” for a type. Read more
impl Eq for Difference
Source§impl Ord for Difference
impl Ord for Difference
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 PartialEq for Difference
impl PartialEq for Difference
Auto Trait Implementations§
impl Freeze for Difference
impl RefUnwindSafe for Difference
impl Send for Difference
impl Sync for Difference
impl Unpin for Difference
impl UnsafeUnpin for Difference
impl UnwindSafe for Difference
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