Struct DiagnosticMessage
pub struct DiagnosticMessage(/* private fields */);Implementations§
§impl DiagnosticMessage
impl DiagnosticMessage
Trait Implementations§
§impl Clone for DiagnosticMessage
impl Clone for DiagnosticMessage
§fn clone(&self) -> DiagnosticMessage
fn clone(&self) -> DiagnosticMessage
Returns a duplicate 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 more§impl Debug for DiagnosticMessage
impl Debug for DiagnosticMessage
§impl Display for DiagnosticMessage
impl Display for DiagnosticMessage
§impl Hash for DiagnosticMessage
impl Hash for DiagnosticMessage
§impl Ord for DiagnosticMessage
impl Ord for DiagnosticMessage
§fn cmp(&self, other: &DiagnosticMessage) -> Ordering
fn cmp(&self, other: &DiagnosticMessage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for DiagnosticMessage
impl PartialEq for DiagnosticMessage
§impl PartialOrd for DiagnosticMessage
impl PartialOrd for DiagnosticMessage
impl Eq for DiagnosticMessage
impl StructuralPartialEq for DiagnosticMessage
Auto Trait Implementations§
impl Freeze for DiagnosticMessage
impl RefUnwindSafe for DiagnosticMessage
impl Send for DiagnosticMessage
impl Sync for DiagnosticMessage
impl Unpin for DiagnosticMessage
impl UnsafeUnpin for DiagnosticMessage
impl UnwindSafe for DiagnosticMessage
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