pub enum SeparationReasonForSeparation {
NoStatement,
AttachedPartSeparation,
SubmunitionSeparation,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for SeparationReasonForSeparation
impl Clone for SeparationReasonForSeparation
source§fn clone(&self) -> SeparationReasonForSeparation
fn clone(&self) -> SeparationReasonForSeparation
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 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
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SeparationReasonForSeparation
impl Eq for SeparationReasonForSeparation
impl StructuralEq for SeparationReasonForSeparation
impl StructuralPartialEq for SeparationReasonForSeparation
Auto Trait Implementations§
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