#[non_exhaustive]pub struct BitsError;Trait Implementations§
impl StructuralPartialEq for BitsError
Auto Trait Implementations§
impl Freeze for BitsError
impl RefUnwindSafe for BitsError
impl Send for BitsError
impl Sync for BitsError
impl Unpin for BitsError
impl UnwindSafe for BitsError
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