pub struct PerfectCatch {
pub restart: Option<bool>,
}Expand description
SS or quit.
Fields§
§restart: Option<bool>Automatically restarts when failed.
Implementations§
Source§impl PerfectCatch
impl PerfectCatch
Sourcepub const fn acronym() -> Acronym
pub const fn acronym() -> Acronym
The acronym of PerfectCatch
Sourcepub fn incompatible_mods() -> impl Iterator<Item = Acronym>
pub fn incompatible_mods() -> impl Iterator<Item = Acronym>
Iterator of Acronym for mods that are incompatible with PerfectCatch
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of PerfectCatch
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of PerfectCatch
Sourcepub const fn bits() -> u32
pub const fn bits() -> u32
Bit value of PerfectCatch
Trait Implementations§
Source§impl Clone for PerfectCatch
impl Clone for PerfectCatch
Source§fn clone(&self) -> PerfectCatch
fn clone(&self) -> PerfectCatch
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 Debug for PerfectCatch
impl Debug for PerfectCatch
Source§impl Default for PerfectCatch
impl Default for PerfectCatch
Source§fn default() -> PerfectCatch
fn default() -> PerfectCatch
Returns the “default value” for a type. Read more
Source§impl PartialEq for PerfectCatch
impl PartialEq for PerfectCatch
Source§impl Serialize for PerfectCatch
impl Serialize for PerfectCatch
Source§fn serialize<S>(
&self,
s: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
s: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PerfectCatch
Auto Trait Implementations§
impl Freeze for PerfectCatch
impl RefUnwindSafe for PerfectCatch
impl Send for PerfectCatch
impl Sync for PerfectCatch
impl Unpin for PerfectCatch
impl UnwindSafe for PerfectCatch
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