pub struct InvalidLenghEncodedInteger;Trait Implementations§
Source§impl Clone for InvalidLenghEncodedInteger
impl Clone for InvalidLenghEncodedInteger
Source§fn clone(&self) -> InvalidLenghEncodedInteger
fn clone(&self) -> InvalidLenghEncodedInteger
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidLenghEncodedInteger
impl Debug for InvalidLenghEncodedInteger
Source§impl Display for InvalidLenghEncodedInteger
impl Display for InvalidLenghEncodedInteger
Source§impl Error for InvalidLenghEncodedInteger
impl Error for InvalidLenghEncodedInteger
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for InvalidLenghEncodedInteger
impl Eq for InvalidLenghEncodedInteger
impl StructuralPartialEq for InvalidLenghEncodedInteger
Auto Trait Implementations§
impl Freeze for InvalidLenghEncodedInteger
impl RefUnwindSafe for InvalidLenghEncodedInteger
impl Send for InvalidLenghEncodedInteger
impl Sync for InvalidLenghEncodedInteger
impl Unpin for InvalidLenghEncodedInteger
impl UnwindSafe for InvalidLenghEncodedInteger
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