pub enum PresentationContextResultType {
ContextDefinitionList(Vec<PresentationContextResult>),
}Variants§
ContextDefinitionList(Vec<PresentationContextResult>)
Trait Implementations§
Source§impl Clone for PresentationContextResultType
impl Clone for PresentationContextResultType
Source§fn clone(&self) -> PresentationContextResultType
fn clone(&self) -> PresentationContextResultType
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 PresentationContextResultType
impl PartialEq for PresentationContextResultType
Source§fn eq(&self, other: &PresentationContextResultType) -> bool
fn eq(&self, other: &PresentationContextResultType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationContextResultType
Auto Trait Implementations§
impl Freeze for PresentationContextResultType
impl RefUnwindSafe for PresentationContextResultType
impl Send for PresentationContextResultType
impl Sync for PresentationContextResultType
impl Unpin for PresentationContextResultType
impl UnwindSafe for PresentationContextResultType
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