Struct modio::types::games::CurationOption
source · pub struct CurationOption(/* private fields */);
Expand description
Curation process used to approve mods.
Implementations§
source§impl CurationOption
impl CurationOption
sourcepub const NO_CURATION: Self = _
pub const NO_CURATION: Self = _
No curation: Mods are immediately available to play.
Trait Implementations§
source§impl Clone for CurationOption
impl Clone for CurationOption
source§fn clone(&self) -> CurationOption
fn clone(&self) -> CurationOption
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 CurationOption
impl Debug for CurationOption
source§impl<'de> Deserialize<'de> for CurationOption
impl<'de> Deserialize<'de> for CurationOption
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 CurationOption
impl Display for CurationOption
source§impl From<CurationOption> for u8
impl From<CurationOption> for u8
source§fn from(value: CurationOption) -> u8
fn from(value: CurationOption) -> u8
Converts to this type from the input type.
source§impl From<u8> for CurationOption
impl From<u8> for CurationOption
source§impl Hash for CurationOption
impl Hash for CurationOption
source§impl PartialEq for CurationOption
impl PartialEq for CurationOption
source§fn eq(&self, other: &CurationOption) -> bool
fn eq(&self, other: &CurationOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CurationOption
impl Eq for CurationOption
impl StructuralPartialEq for CurationOption
Auto Trait Implementations§
impl Freeze for CurationOption
impl RefUnwindSafe for CurationOption
impl Send for CurationOption
impl Sync for CurationOption
impl Unpin for CurationOption
impl UnwindSafe for CurationOption
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