#[repr(i32)]pub enum _ENLISTMENT_INFORMATION_CLASS {
EnlistmentBasicInformation = 0,
EnlistmentRecoveryInformation = 1,
EnlistmentCrmInformation = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _ENLISTMENT_INFORMATION_CLASS
impl Clone for _ENLISTMENT_INFORMATION_CLASS
Source§fn clone(&self) -> _ENLISTMENT_INFORMATION_CLASS
fn clone(&self) -> _ENLISTMENT_INFORMATION_CLASS
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 Hash for _ENLISTMENT_INFORMATION_CLASS
impl Hash for _ENLISTMENT_INFORMATION_CLASS
Source§impl PartialEq for _ENLISTMENT_INFORMATION_CLASS
impl PartialEq for _ENLISTMENT_INFORMATION_CLASS
Source§fn eq(&self, other: &_ENLISTMENT_INFORMATION_CLASS) -> bool
fn eq(&self, other: &_ENLISTMENT_INFORMATION_CLASS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _ENLISTMENT_INFORMATION_CLASS
impl Eq for _ENLISTMENT_INFORMATION_CLASS
impl StructuralPartialEq for _ENLISTMENT_INFORMATION_CLASS
Auto Trait Implementations§
impl Freeze for _ENLISTMENT_INFORMATION_CLASS
impl RefUnwindSafe for _ENLISTMENT_INFORMATION_CLASS
impl Send for _ENLISTMENT_INFORMATION_CLASS
impl Sync for _ENLISTMENT_INFORMATION_CLASS
impl Unpin for _ENLISTMENT_INFORMATION_CLASS
impl UnwindSafe for _ENLISTMENT_INFORMATION_CLASS
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