pub enum AggregateStateAggregateKind {
Other,
MilitaryHierarchy,
CommonType,
CommonMission,
SimilarCapabilities,
CommonLocation,
Unspecified(u8),
}Expand description
UID 206
Variants§
Other
MilitaryHierarchy
CommonType
CommonMission
SimilarCapabilities
CommonLocation
Unspecified(u8)
Trait Implementations§
Source§impl Clone for AggregateStateAggregateKind
impl Clone for AggregateStateAggregateKind
Source§fn clone(&self) -> AggregateStateAggregateKind
fn clone(&self) -> AggregateStateAggregateKind
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 AggregateStateAggregateKind
impl Debug for AggregateStateAggregateKind
Source§impl From<AggregateStateAggregateKind> for u8
impl From<AggregateStateAggregateKind> for u8
Source§fn from(value: AggregateStateAggregateKind) -> Self
fn from(value: AggregateStateAggregateKind) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AggregateStateAggregateKind
impl From<u8> for AggregateStateAggregateKind
Source§impl Hash for AggregateStateAggregateKind
impl Hash for AggregateStateAggregateKind
impl Copy for AggregateStateAggregateKind
impl Eq for AggregateStateAggregateKind
impl StructuralPartialEq for AggregateStateAggregateKind
Auto Trait Implementations§
impl Freeze for AggregateStateAggregateKind
impl RefUnwindSafe for AggregateStateAggregateKind
impl Send for AggregateStateAggregateKind
impl Sync for AggregateStateAggregateKind
impl Unpin for AggregateStateAggregateKind
impl UnwindSafe for AggregateStateAggregateKind
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