pub struct ParseFailure {
pub path: String,
pub message: String,
}Fields§
§path: String§message: StringTrait Implementations§
Source§impl Clone for ParseFailure
impl Clone for ParseFailure
Source§fn clone(&self) -> ParseFailure
fn clone(&self) -> ParseFailure
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 ParseFailure
impl Debug for ParseFailure
impl Eq for ParseFailure
Source§impl PartialEq for ParseFailure
impl PartialEq for ParseFailure
Source§fn eq(&self, other: &ParseFailure) -> bool
fn eq(&self, other: &ParseFailure) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParseFailure
impl Serialize for ParseFailure
impl StructuralPartialEq for ParseFailure
Auto Trait Implementations§
impl Freeze for ParseFailure
impl RefUnwindSafe for ParseFailure
impl Send for ParseFailure
impl Sync for ParseFailure
impl Unpin for ParseFailure
impl UnsafeUnpin for ParseFailure
impl UnwindSafe for ParseFailure
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.