pub struct OutOfBitmapError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for OutOfBitmapError
impl Debug for OutOfBitmapError
Source§impl Display for OutOfBitmapError
impl Display for OutOfBitmapError
Source§impl PartialEq for OutOfBitmapError
impl PartialEq for OutOfBitmapError
impl StructuralPartialEq for OutOfBitmapError
Auto Trait Implementations§
impl Freeze for OutOfBitmapError
impl RefUnwindSafe for OutOfBitmapError
impl Send for OutOfBitmapError
impl Sync for OutOfBitmapError
impl Unpin for OutOfBitmapError
impl UnsafeUnpin for OutOfBitmapError
impl UnwindSafe for OutOfBitmapError
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