pub enum AssociateSourceDiagnostic {
User(AssociateSourceDiagnosticUserCategory),
Provider(AssociateSourceDiagnosticProviderCategory),
Unknown(Vec<u8>),
}Variants§
User(AssociateSourceDiagnosticUserCategory)
Provider(AssociateSourceDiagnosticProviderCategory)
Unknown(Vec<u8>)
Trait Implementations§
Source§impl Clone for AssociateSourceDiagnostic
impl Clone for AssociateSourceDiagnostic
Source§fn clone(&self) -> AssociateSourceDiagnostic
fn clone(&self) -> AssociateSourceDiagnostic
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 Debug for AssociateSourceDiagnostic
impl Debug for AssociateSourceDiagnostic
impl StructuralPartialEq for AssociateSourceDiagnostic
Auto Trait Implementations§
impl Freeze for AssociateSourceDiagnostic
impl RefUnwindSafe for AssociateSourceDiagnostic
impl Send for AssociateSourceDiagnostic
impl Sync for AssociateSourceDiagnostic
impl Unpin for AssociateSourceDiagnostic
impl UnwindSafe for AssociateSourceDiagnostic
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