pub enum SeparationPreEntityIndicator {
NoStatement,
EntityIDExistedPriortoSeparationwithoutEntityStatePDU,
EntityIDExistedPriortoSeparationwithEntityStatePDUIssued,
EntityInitiallyCreatedatSeparationEvent,
Unspecified(u8),
}Variants§
NoStatement
EntityIDExistedPriortoSeparationwithoutEntityStatePDU
EntityIDExistedPriortoSeparationwithEntityStatePDUIssued
EntityInitiallyCreatedatSeparationEvent
Unspecified(u8)
Trait Implementations§
source§impl Clone for SeparationPreEntityIndicator
impl Clone for SeparationPreEntityIndicator
source§fn clone(&self) -> SeparationPreEntityIndicator
fn clone(&self) -> SeparationPreEntityIndicator
Returns a copy 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 SeparationPreEntityIndicator
impl Debug for SeparationPreEntityIndicator
source§impl From<SeparationPreEntityIndicator> for u8
impl From<SeparationPreEntityIndicator> for u8
source§fn from(value: SeparationPreEntityIndicator) -> Self
fn from(value: SeparationPreEntityIndicator) -> Self
Converts to this type from the input type.
source§impl From<u8> for SeparationPreEntityIndicator
impl From<u8> for SeparationPreEntityIndicator
source§impl Hash for SeparationPreEntityIndicator
impl Hash for SeparationPreEntityIndicator
source§impl PartialEq for SeparationPreEntityIndicator
impl PartialEq for SeparationPreEntityIndicator
source§fn eq(&self, other: &SeparationPreEntityIndicator) -> bool
fn eq(&self, other: &SeparationPreEntityIndicator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SeparationPreEntityIndicator
impl Eq for SeparationPreEntityIndicator
impl StructuralEq for SeparationPreEntityIndicator
impl StructuralPartialEq for SeparationPreEntityIndicator
Auto Trait Implementations§
impl RefUnwindSafe for SeparationPreEntityIndicator
impl Send for SeparationPreEntityIndicator
impl Sync for SeparationPreEntityIndicator
impl Unpin for SeparationPreEntityIndicator
impl UnwindSafe for SeparationPreEntityIndicator
Blanket Implementations§
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