pub enum PresentationContextResultProviderReason {
ReasonNotSpecified,
AbstrctSyntaxNotSupported,
ProposedAbstrctSyntaxNotSupported,
LocalLimitOnDcsExceeded,
}Variants§
ReasonNotSpecified
AbstrctSyntaxNotSupported
ProposedAbstrctSyntaxNotSupported
LocalLimitOnDcsExceeded
Trait Implementations§
Source§impl Clone for PresentationContextResultProviderReason
impl Clone for PresentationContextResultProviderReason
Source§fn clone(&self) -> PresentationContextResultProviderReason
fn clone(&self) -> PresentationContextResultProviderReason
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 From<PresentationContextResultProviderReason> for &[u8]
impl From<PresentationContextResultProviderReason> for &[u8]
Source§fn from(value: PresentationContextResultProviderReason) -> Self
fn from(value: PresentationContextResultProviderReason) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PresentationContextResultProviderReason
impl PartialEq for PresentationContextResultProviderReason
Source§fn eq(&self, other: &PresentationContextResultProviderReason) -> bool
fn eq(&self, other: &PresentationContextResultProviderReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationContextResultProviderReason
Auto Trait Implementations§
impl Freeze for PresentationContextResultProviderReason
impl RefUnwindSafe for PresentationContextResultProviderReason
impl Send for PresentationContextResultProviderReason
impl Sync for PresentationContextResultProviderReason
impl Unpin for PresentationContextResultProviderReason
impl UnwindSafe for PresentationContextResultProviderReason
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