pub enum AssociateSourceDiagnosticProviderCategory {
Null,
NoReasonGiven,
NoCommonAcseVersion,
Unknown(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for AssociateSourceDiagnosticProviderCategory
impl Clone for AssociateSourceDiagnosticProviderCategory
Source§fn clone(&self) -> AssociateSourceDiagnosticProviderCategory
fn clone(&self) -> AssociateSourceDiagnosticProviderCategory
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 moreSource§impl PartialEq for AssociateSourceDiagnosticProviderCategory
impl PartialEq for AssociateSourceDiagnosticProviderCategory
Source§fn eq(&self, other: &AssociateSourceDiagnosticProviderCategory) -> bool
fn eq(&self, other: &AssociateSourceDiagnosticProviderCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateSourceDiagnosticProviderCategory
Auto Trait Implementations§
impl Freeze for AssociateSourceDiagnosticProviderCategory
impl RefUnwindSafe for AssociateSourceDiagnosticProviderCategory
impl Send for AssociateSourceDiagnosticProviderCategory
impl Sync for AssociateSourceDiagnosticProviderCategory
impl Unpin for AssociateSourceDiagnosticProviderCategory
impl UnwindSafe for AssociateSourceDiagnosticProviderCategory
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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