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