pub enum SeparationReasonForSeparation {
    NoStatement,
    AttachedPartSeparation,
    SubmunitionSeparation,
    Unspecified(u8),
}Expand description
UID 282
Variants§
Trait Implementations§
Source§impl Clone for SeparationReasonForSeparation
 
impl Clone for SeparationReasonForSeparation
Source§fn clone(&self) -> SeparationReasonForSeparation
 
fn clone(&self) -> SeparationReasonForSeparation
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<SeparationReasonForSeparation> for u8
 
impl From<SeparationReasonForSeparation> for u8
Source§fn from(value: SeparationReasonForSeparation) -> Self
 
fn from(value: SeparationReasonForSeparation) -> Self
Converts to this type from the input type.
Source§impl From<u8> for SeparationReasonForSeparation
 
impl From<u8> for SeparationReasonForSeparation
Source§impl Hash for SeparationReasonForSeparation
 
impl Hash for SeparationReasonForSeparation
Source§impl PartialEq for SeparationReasonForSeparation
 
impl PartialEq for SeparationReasonForSeparation
Source§fn eq(&self, other: &SeparationReasonForSeparation) -> bool
 
fn eq(&self, other: &SeparationReasonForSeparation) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl Copy for SeparationReasonForSeparation
impl Eq for SeparationReasonForSeparation
impl StructuralPartialEq for SeparationReasonForSeparation
Auto Trait Implementations§
impl Freeze for SeparationReasonForSeparation
impl RefUnwindSafe for SeparationReasonForSeparation
impl Send for SeparationReasonForSeparation
impl Sync for SeparationReasonForSeparation
impl Unpin for SeparationReasonForSeparation
impl UnwindSafe for SeparationReasonForSeparation
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