Struct move_lang::diagnostics::codes::DiagnosticInfo
source · pub struct DiagnosticInfo { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for DiagnosticInfo
impl Clone for DiagnosticInfo
source§fn clone(&self) -> DiagnosticInfo
fn clone(&self) -> DiagnosticInfo
Returns a copy 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 moresource§impl Debug for DiagnosticInfo
impl Debug for DiagnosticInfo
source§impl Hash for DiagnosticInfo
impl Hash for DiagnosticInfo
source§impl PartialEq<DiagnosticInfo> for DiagnosticInfo
impl PartialEq<DiagnosticInfo> for DiagnosticInfo
source§fn eq(&self, other: &DiagnosticInfo) -> bool
fn eq(&self, other: &DiagnosticInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DiagnosticInfo
impl StructuralEq for DiagnosticInfo
impl StructuralPartialEq for DiagnosticInfo
Auto Trait Implementations§
impl RefUnwindSafe for DiagnosticInfo
impl Send for DiagnosticInfo
impl Sync for DiagnosticInfo
impl Unpin for DiagnosticInfo
impl UnwindSafe for DiagnosticInfo
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.