pub enum FactionOrganizedCrimePayoutType {
Balance,
Wallet,
Inventory,
}
Variants§
Trait Implementations§
Source§impl Clone for FactionOrganizedCrimePayoutType
impl Clone for FactionOrganizedCrimePayoutType
Source§fn clone(&self) -> FactionOrganizedCrimePayoutType
fn clone(&self) -> FactionOrganizedCrimePayoutType
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<'de> Deserialize<'de> for FactionOrganizedCrimePayoutType
impl<'de> Deserialize<'de> for FactionOrganizedCrimePayoutType
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 PartialEq for FactionOrganizedCrimePayoutType
impl PartialEq for FactionOrganizedCrimePayoutType
Source§fn eq(&self, other: &FactionOrganizedCrimePayoutType) -> bool
fn eq(&self, other: &FactionOrganizedCrimePayoutType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for FactionOrganizedCrimePayoutType
impl Eq for FactionOrganizedCrimePayoutType
impl StructuralPartialEq for FactionOrganizedCrimePayoutType
Auto Trait Implementations§
impl Freeze for FactionOrganizedCrimePayoutType
impl RefUnwindSafe for FactionOrganizedCrimePayoutType
impl Send for FactionOrganizedCrimePayoutType
impl Sync for FactionOrganizedCrimePayoutType
impl Unpin for FactionOrganizedCrimePayoutType
impl UnwindSafe for FactionOrganizedCrimePayoutType
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