pub(crate) enum UnimplementedDirectiveKind {
Diagnostic,
}
Expand description
A DirectiveKind
that is not yet implemented. See DirectiveKind::Unimplemented
.
Variants§
Diagnostic
Implementations§
source§impl UnimplementedDirectiveKind
impl UnimplementedDirectiveKind
pub const fn tracking_issue_num(self) -> u16
Trait Implementations§
source§impl Clone for UnimplementedDirectiveKind
impl Clone for UnimplementedDirectiveKind
source§fn clone(&self) -> UnimplementedDirectiveKind
fn clone(&self) -> UnimplementedDirectiveKind
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 UnimplementedDirectiveKind
impl Debug for UnimplementedDirectiveKind
source§impl Hash for UnimplementedDirectiveKind
impl Hash for UnimplementedDirectiveKind
source§impl PartialEq for UnimplementedDirectiveKind
impl PartialEq for UnimplementedDirectiveKind
source§fn eq(&self, other: &UnimplementedDirectiveKind) -> bool
fn eq(&self, other: &UnimplementedDirectiveKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnimplementedDirectiveKind
impl Eq for UnimplementedDirectiveKind
impl StructuralPartialEq for UnimplementedDirectiveKind
Auto Trait Implementations§
impl Freeze for UnimplementedDirectiveKind
impl RefUnwindSafe for UnimplementedDirectiveKind
impl Send for UnimplementedDirectiveKind
impl Sync for UnimplementedDirectiveKind
impl Unpin for UnimplementedDirectiveKind
impl UnwindSafe for UnimplementedDirectiveKind
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.