pub struct ParseTraceRefError;Expand description
A string that failed to parse as a TraceRef.
Trait Implementations§
Source§impl Clone for ParseTraceRefError
impl Clone for ParseTraceRefError
Source§fn clone(&self) -> ParseTraceRefError
fn clone(&self) -> ParseTraceRefError
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 moreSource§impl Debug for ParseTraceRefError
impl Debug for ParseTraceRefError
Source§impl Display for ParseTraceRefError
impl Display for ParseTraceRefError
impl Eq for ParseTraceRefError
Source§impl Error for ParseTraceRefError
impl Error for ParseTraceRefError
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 PartialEq for ParseTraceRefError
impl PartialEq for ParseTraceRefError
impl StructuralPartialEq for ParseTraceRefError
Auto Trait Implementations§
impl Freeze for ParseTraceRefError
impl RefUnwindSafe for ParseTraceRefError
impl Send for ParseTraceRefError
impl Sync for ParseTraceRefError
impl Unpin for ParseTraceRefError
impl UnsafeUnpin for ParseTraceRefError
impl UnwindSafe for ParseTraceRefError
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