pub struct BitStringLenMismatch {
pub lhs_len: usize,
pub rhs_len: usize,
}Fields§
§lhs_len: usize§rhs_len: usizeTrait Implementations§
Source§impl Clone for BitStringLenMismatch
impl Clone for BitStringLenMismatch
Source§fn clone(&self) -> BitStringLenMismatch
fn clone(&self) -> BitStringLenMismatch
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 BitStringLenMismatch
Source§impl Debug for BitStringLenMismatch
impl Debug for BitStringLenMismatch
Source§impl Display for BitStringLenMismatch
impl Display for BitStringLenMismatch
impl Eq for BitStringLenMismatch
Source§impl PartialEq for BitStringLenMismatch
impl PartialEq for BitStringLenMismatch
Source§fn eq(&self, other: &BitStringLenMismatch) -> bool
fn eq(&self, other: &BitStringLenMismatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BitStringLenMismatch
Auto Trait Implementations§
impl Freeze for BitStringLenMismatch
impl RefUnwindSafe for BitStringLenMismatch
impl Send for BitStringLenMismatch
impl Sync for BitStringLenMismatch
impl Unpin for BitStringLenMismatch
impl UnsafeUnpin for BitStringLenMismatch
impl UnwindSafe for BitStringLenMismatch
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