pub enum StackBitSetError {
IndexOutOfBounds,
}
Expand description
Error type of the crate
Variants§
IndexOutOfBounds
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackBitSetError
impl RefUnwindSafe for StackBitSetError
impl Send for StackBitSetError
impl Sync for StackBitSetError
impl Unpin for StackBitSetError
impl UnwindSafe for StackBitSetError
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