pub struct RdlengthOverrunDetail { /* private fields */ }Expand description
Detail payload for ParseError::RdlengthOverrun.
Implementations§
Trait Implementations§
Source§impl Clone for RdlengthOverrunDetail
impl Clone for RdlengthOverrunDetail
Source§fn clone(&self) -> RdlengthOverrunDetail
fn clone(&self) -> RdlengthOverrunDetail
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 RdlengthOverrunDetail
Source§impl Debug for RdlengthOverrunDetail
impl Debug for RdlengthOverrunDetail
Source§impl Display for RdlengthOverrunDetail
impl Display for RdlengthOverrunDetail
impl Eq for RdlengthOverrunDetail
Source§impl Error for RdlengthOverrunDetail
impl Error for RdlengthOverrunDetail
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()
Source§impl Hash for RdlengthOverrunDetail
impl Hash for RdlengthOverrunDetail
Source§impl PartialEq for RdlengthOverrunDetail
impl PartialEq for RdlengthOverrunDetail
Source§fn eq(&self, other: &RdlengthOverrunDetail) -> bool
fn eq(&self, other: &RdlengthOverrunDetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RdlengthOverrunDetail
Auto Trait Implementations§
impl Freeze for RdlengthOverrunDetail
impl RefUnwindSafe for RdlengthOverrunDetail
impl Send for RdlengthOverrunDetail
impl Sync for RdlengthOverrunDetail
impl Unpin for RdlengthOverrunDetail
impl UnsafeUnpin for RdlengthOverrunDetail
impl UnwindSafe for RdlengthOverrunDetail
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