pub enum ParametersVariant {
Destroyed,
NotDestroyed,
Recruiting,
NotRecruiting,
}
Variants§
Trait Implementations§
Source§impl Clone for ParametersVariant
impl Clone for ParametersVariant
Source§fn clone(&self) -> ParametersVariant
fn clone(&self) -> ParametersVariant
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 Debug for ParametersVariant
impl Debug for ParametersVariant
Source§impl<'de> Deserialize<'de> for ParametersVariant
impl<'de> Deserialize<'de> for ParametersVariant
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 ParametersVariant
impl Display for ParametersVariant
Source§impl From<ParametersVariant> for Parameters
impl From<ParametersVariant> for Parameters
Source§fn from(value: ParametersVariant) -> Self
fn from(value: ParametersVariant) -> Self
Converts to this type from the input type.
Source§impl Hash for ParametersVariant
impl Hash for ParametersVariant
Source§impl PartialEq for ParametersVariant
impl PartialEq for ParametersVariant
impl Copy for ParametersVariant
impl Eq for ParametersVariant
impl StructuralPartialEq for ParametersVariant
Auto Trait Implementations§
impl Freeze for ParametersVariant
impl RefUnwindSafe for ParametersVariant
impl Send for ParametersVariant
impl Sync for ParametersVariant
impl Unpin for ParametersVariant
impl UnwindSafe for ParametersVariant
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