pub enum AssociateSourceDiagnosticUserCategory {
Show 16 variants
Null,
NoReasonGiven,
ApplicationContextNameNotSupported,
CallingApTitleNotRecognized,
CallingApInvocationIdentifierNotRecognized,
CallingAeQualifierNotRecognized,
CallingAeInvocationIdentifierNotRecognized,
CalledApTitleNotRecognized,
CalledApInvocationIdentifierNotRecognized,
CalledAeQualifierNotRecognized,
CalledAeInvocationIdentifierNotRecognized,
AuthenticationMechanismNameNotRecognized,
AuthenticationMechanismNameRequired,
AuthenticationFailure,
AuthenticationRequired,
Unknown(Vec<u8>),
}Variants§
Null
NoReasonGiven
ApplicationContextNameNotSupported
CallingApTitleNotRecognized
CallingApInvocationIdentifierNotRecognized
CallingAeQualifierNotRecognized
CallingAeInvocationIdentifierNotRecognized
CalledApTitleNotRecognized
CalledApInvocationIdentifierNotRecognized
CalledAeQualifierNotRecognized
CalledAeInvocationIdentifierNotRecognized
AuthenticationMechanismNameNotRecognized
AuthenticationMechanismNameRequired
AuthenticationFailure
AuthenticationRequired
Unknown(Vec<u8>)
Trait Implementations§
Source§impl Clone for AssociateSourceDiagnosticUserCategory
impl Clone for AssociateSourceDiagnosticUserCategory
Source§fn clone(&self) -> AssociateSourceDiagnosticUserCategory
fn clone(&self) -> AssociateSourceDiagnosticUserCategory
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 AssociateSourceDiagnosticUserCategory
impl PartialEq for AssociateSourceDiagnosticUserCategory
Source§fn eq(&self, other: &AssociateSourceDiagnosticUserCategory) -> bool
fn eq(&self, other: &AssociateSourceDiagnosticUserCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateSourceDiagnosticUserCategory
Auto Trait Implementations§
impl Freeze for AssociateSourceDiagnosticUserCategory
impl RefUnwindSafe for AssociateSourceDiagnosticUserCategory
impl Send for AssociateSourceDiagnosticUserCategory
impl Sync for AssociateSourceDiagnosticUserCategory
impl Unpin for AssociateSourceDiagnosticUserCategory
impl UnwindSafe for AssociateSourceDiagnosticUserCategory
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