pub struct DiagnosticEntry { /* private fields */ }Trait Implementations§
Source§impl Clone for DiagnosticEntry
impl Clone for DiagnosticEntry
Source§fn clone(&self) -> DiagnosticEntry
fn clone(&self) -> DiagnosticEntry
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 Default for DiagnosticEntry
impl Default for DiagnosticEntry
Source§fn default() -> DiagnosticEntry
fn default() -> DiagnosticEntry
Returns the “default value” for a type. Read more
Source§impl Ord for DiagnosticEntry
impl Ord for DiagnosticEntry
Source§fn cmp(&self, other: &DiagnosticEntry) -> Ordering
fn cmp(&self, other: &DiagnosticEntry) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialEq for DiagnosticEntry
impl PartialEq for DiagnosticEntry
Source§fn eq(&self, other: &DiagnosticEntry) -> bool
fn eq(&self, other: &DiagnosticEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DiagnosticEntry
impl PartialOrd for DiagnosticEntry
impl Copy for DiagnosticEntry
impl Eq for DiagnosticEntry
impl StructuralPartialEq for DiagnosticEntry
Auto Trait Implementations§
impl Freeze for DiagnosticEntry
impl RefUnwindSafe for DiagnosticEntry
impl Send for DiagnosticEntry
impl Sync for DiagnosticEntry
impl Unpin for DiagnosticEntry
impl UnsafeUnpin for DiagnosticEntry
impl UnwindSafe for DiagnosticEntry
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