pub struct ConformanceDiagnostic {
pub code: String,
pub path: String,
pub message: String,
}Fields§
§code: String§path: String§message: StringTrait Implementations§
Source§impl Clone for ConformanceDiagnostic
impl Clone for ConformanceDiagnostic
Source§fn clone(&self) -> ConformanceDiagnostic
fn clone(&self) -> ConformanceDiagnostic
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 ConformanceDiagnostic
impl Debug for ConformanceDiagnostic
impl Eq for ConformanceDiagnostic
Source§impl PartialEq for ConformanceDiagnostic
impl PartialEq for ConformanceDiagnostic
Source§impl Serialize for ConformanceDiagnostic
impl Serialize for ConformanceDiagnostic
impl StructuralPartialEq for ConformanceDiagnostic
Auto Trait Implementations§
impl Freeze for ConformanceDiagnostic
impl RefUnwindSafe for ConformanceDiagnostic
impl Send for ConformanceDiagnostic
impl Sync for ConformanceDiagnostic
impl Unpin for ConformanceDiagnostic
impl UnsafeUnpin for ConformanceDiagnostic
impl UnwindSafe for ConformanceDiagnostic
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