pub struct BitVecError {
pub value: BitVecErrorValue,
}Fields§
§value: BitVecErrorValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for BitVecError
impl RefUnwindSafe for BitVecError
impl Send for BitVecError
impl Sync for BitVecError
impl Unpin for BitVecError
impl UnsafeUnpin for BitVecError
impl UnwindSafe for BitVecError
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