pub struct BitsError { /* private fields */ }Implementations§
Trait Implementations§
source§impl From<BitsErrorKind> for BitsError
impl From<BitsErrorKind> for BitsError
source§fn from(kind: BitsErrorKind) -> Self
fn from(kind: BitsErrorKind) -> Self
Converts to this type from the input type.
source§impl PartialEq for BitsError
impl PartialEq for BitsError
impl Copy for BitsError
impl Eq for BitsError
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