pub enum FactionWarfareTypeEnum {
Ranked,
Territory,
Raid,
Chain,
Db,
}
Variants§
Trait Implementations§
Source§impl Clone for FactionWarfareTypeEnum
impl Clone for FactionWarfareTypeEnum
Source§fn clone(&self) -> FactionWarfareTypeEnum
fn clone(&self) -> FactionWarfareTypeEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FactionWarfareTypeEnum
impl Debug for FactionWarfareTypeEnum
Source§impl<'de> Deserialize<'de> for FactionWarfareTypeEnum
impl<'de> Deserialize<'de> for FactionWarfareTypeEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FactionWarfareTypeEnum
impl Display for FactionWarfareTypeEnum
Source§impl From<FactionWarfareTypeEnum> for Cat
impl From<FactionWarfareTypeEnum> for Cat
Source§fn from(value: FactionWarfareTypeEnum) -> Self
fn from(value: FactionWarfareTypeEnum) -> Self
Converts to this type from the input type.
Source§impl Hash for FactionWarfareTypeEnum
impl Hash for FactionWarfareTypeEnum
Source§impl PartialEq for FactionWarfareTypeEnum
impl PartialEq for FactionWarfareTypeEnum
Source§fn eq(&self, other: &FactionWarfareTypeEnum) -> bool
fn eq(&self, other: &FactionWarfareTypeEnum) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for FactionWarfareTypeEnum
impl Eq for FactionWarfareTypeEnum
impl StructuralPartialEq for FactionWarfareTypeEnum
Auto Trait Implementations§
impl Freeze for FactionWarfareTypeEnum
impl RefUnwindSafe for FactionWarfareTypeEnum
impl Send for FactionWarfareTypeEnum
impl Sync for FactionWarfareTypeEnum
impl Unpin for FactionWarfareTypeEnum
impl UnwindSafe for FactionWarfareTypeEnum
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