pub struct ParseBitStringError {
pub index: usize,
pub byte: u8,
}Fields§
§index: usize§byte: u8Trait Implementations§
Source§impl Clone for ParseBitStringError
impl Clone for ParseBitStringError
Source§fn clone(&self) -> ParseBitStringError
fn clone(&self) -> ParseBitStringError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParseBitStringError
Source§impl Debug for ParseBitStringError
impl Debug for ParseBitStringError
Source§impl Display for ParseBitStringError
impl Display for ParseBitStringError
impl Eq for ParseBitStringError
Source§impl PartialEq for ParseBitStringError
impl PartialEq for ParseBitStringError
Source§fn eq(&self, other: &ParseBitStringError) -> bool
fn eq(&self, other: &ParseBitStringError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParseBitStringError
Auto Trait Implementations§
impl Freeze for ParseBitStringError
impl RefUnwindSafe for ParseBitStringError
impl Send for ParseBitStringError
impl Sync for ParseBitStringError
impl Unpin for ParseBitStringError
impl UnsafeUnpin for ParseBitStringError
impl UnwindSafe for ParseBitStringError
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