pub struct IntegerTooSmall;
Expand description
An error type that is returned when a try_push
in a bitmap did not succeed.
Trait Implementations§
Source§impl Debug for IntegerTooSmall
impl Debug for IntegerTooSmall
Source§impl Display for IntegerTooSmall
impl Display for IntegerTooSmall
Source§impl Hash for IntegerTooSmall
impl Hash for IntegerTooSmall
Source§impl Ord for IntegerTooSmall
impl Ord for IntegerTooSmall
Source§fn cmp(&self, other: &IntegerTooSmall) -> Ordering
fn cmp(&self, other: &IntegerTooSmall) -> Ordering
1.21.0 · 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 IntegerTooSmall
impl PartialEq for IntegerTooSmall
Source§impl PartialOrd for IntegerTooSmall
impl PartialOrd for IntegerTooSmall
impl Eq for IntegerTooSmall
impl StructuralPartialEq for IntegerTooSmall
Auto Trait Implementations§
impl Freeze for IntegerTooSmall
impl RefUnwindSafe for IntegerTooSmall
impl Send for IntegerTooSmall
impl Sync for IntegerTooSmall
impl Unpin for IntegerTooSmall
impl UnwindSafe for IntegerTooSmall
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