Enum move_lang::diagnostics::codes::Uncategorized
source · #[repr(u8)]
pub enum Uncategorized {
DontStartAtZeroPlaceholder,
}
Variants§
DontStartAtZeroPlaceholder
Trait Implementations§
source§impl Clone for Uncategorized
impl Clone for Uncategorized
source§fn clone(&self) -> Uncategorized
fn clone(&self) -> Uncategorized
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 Uncategorized
impl Debug for Uncategorized
source§impl DiagnosticCode for Uncategorized
impl DiagnosticCode for Uncategorized
source§impl Hash for Uncategorized
impl Hash for Uncategorized
source§impl PartialEq<Uncategorized> for Uncategorized
impl PartialEq<Uncategorized> for Uncategorized
source§fn eq(&self, other: &Uncategorized) -> bool
fn eq(&self, other: &Uncategorized) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Uncategorized
impl Eq for Uncategorized
impl StructuralEq for Uncategorized
impl StructuralPartialEq for Uncategorized
Auto Trait Implementations§
impl RefUnwindSafe for Uncategorized
impl Send for Uncategorized
impl Sync for Uncategorized
impl Unpin for Uncategorized
impl UnwindSafe for Uncategorized
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.