pub enum SeparationPreEntityIndicator {
NoStatement,
EntityIDExistedPriorToSeparationWithoutEntityStatePDU,
EntityIDExistedPriorToSeparationWithEntityStatePDUIssued,
EntityInitiallyCreatedAtSeparationEvent,
Unspecified(u8),
}Expand description
UID 283
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 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 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
Tests for
self and other values to be equal, and is used by ==.impl Copy for SeparationPreEntityIndicator
impl Eq for SeparationPreEntityIndicator
impl StructuralPartialEq for SeparationPreEntityIndicator
Auto Trait Implementations§
impl Freeze for SeparationPreEntityIndicator
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