Struct msg_auth_status::error::ParsingDetail
source · pub struct ParsingDetail<'hdr> {
pub component: &'static str,
pub span_start: usize,
pub span_end: usize,
pub source: &'hdr str,
pub clipped_span: &'hdr str,
pub clipped_remaining: &'hdr str,
}Expand description
Parsing Detail relating to an Error
Fields§
§component: &'static strComponent
span_start: usizeSpan start
span_end: usizeSpan end
source: &'hdr strSource
clipped_span: &'hdr strClipped span
clipped_remaining: &'hdr strClipped remaining
Trait Implementations§
source§impl<'hdr> Clone for ParsingDetail<'hdr>
impl<'hdr> Clone for ParsingDetail<'hdr>
source§fn clone(&self) -> ParsingDetail<'hdr>
fn clone(&self) -> ParsingDetail<'hdr>
Returns a copy 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<'hdr> Debug for ParsingDetail<'hdr>
impl<'hdr> Debug for ParsingDetail<'hdr>
source§impl<'hdr> PartialEq for ParsingDetail<'hdr>
impl<'hdr> PartialEq for ParsingDetail<'hdr>
source§fn eq(&self, other: &ParsingDetail<'hdr>) -> bool
fn eq(&self, other: &ParsingDetail<'hdr>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'hdr> StructuralPartialEq for ParsingDetail<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for ParsingDetail<'hdr>
impl<'hdr> RefUnwindSafe for ParsingDetail<'hdr>
impl<'hdr> Send for ParsingDetail<'hdr>
impl<'hdr> Sync for ParsingDetail<'hdr>
impl<'hdr> Unpin for ParsingDetail<'hdr>
impl<'hdr> UnwindSafe for ParsingDetail<'hdr>
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