pub struct MetadataDiagnostic {
pub profile: &'static str,
pub message: &'static str,
}Fields§
§profile: &'static str§message: &'static strTrait Implementations§
Source§impl Clone for MetadataDiagnostic
impl Clone for MetadataDiagnostic
Source§fn clone(&self) -> MetadataDiagnostic
fn clone(&self) -> MetadataDiagnostic
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 MetadataDiagnostic
impl Debug for MetadataDiagnostic
Source§impl PartialEq for MetadataDiagnostic
impl PartialEq for MetadataDiagnostic
Source§fn eq(&self, other: &MetadataDiagnostic) -> bool
fn eq(&self, other: &MetadataDiagnostic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MetadataDiagnostic
impl StructuralPartialEq for MetadataDiagnostic
Auto Trait Implementations§
impl Freeze for MetadataDiagnostic
impl RefUnwindSafe for MetadataDiagnostic
impl Send for MetadataDiagnostic
impl Sync for MetadataDiagnostic
impl Unpin for MetadataDiagnostic
impl UnsafeUnpin for MetadataDiagnostic
impl UnwindSafe for MetadataDiagnostic
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