pub enum EntityAssociationGroupMemberType {
NotPartofaGroup,
GroupLeader,
GroupMember,
FormationLeader,
FormationMember,
ConvoyLeader,
ConvoyMember,
Unspecified(u8),
}Variants§
NotPartofaGroup
GroupLeader
GroupMember
FormationLeader
FormationMember
ConvoyLeader
ConvoyMember
Unspecified(u8)
Trait Implementations§
source§impl Clone for EntityAssociationGroupMemberType
impl Clone for EntityAssociationGroupMemberType
source§fn clone(&self) -> EntityAssociationGroupMemberType
fn clone(&self) -> EntityAssociationGroupMemberType
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<EntityAssociationGroupMemberType> for u8
impl From<EntityAssociationGroupMemberType> for u8
source§fn from(value: EntityAssociationGroupMemberType) -> Self
fn from(value: EntityAssociationGroupMemberType) -> Self
Converts to this type from the input type.
source§impl From<u8> for EntityAssociationGroupMemberType
impl From<u8> for EntityAssociationGroupMemberType
source§impl PartialEq for EntityAssociationGroupMemberType
impl PartialEq for EntityAssociationGroupMemberType
source§fn eq(&self, other: &EntityAssociationGroupMemberType) -> bool
fn eq(&self, other: &EntityAssociationGroupMemberType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EntityAssociationGroupMemberType
impl Eq for EntityAssociationGroupMemberType
impl StructuralEq for EntityAssociationGroupMemberType
impl StructuralPartialEq for EntityAssociationGroupMemberType
Auto Trait Implementations§
impl RefUnwindSafe for EntityAssociationGroupMemberType
impl Send for EntityAssociationGroupMemberType
impl Sync for EntityAssociationGroupMemberType
impl Unpin for EntityAssociationGroupMemberType
impl UnwindSafe for EntityAssociationGroupMemberType
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