pub enum RestartOptions {
Normal,
ForceUpdateForGame,
}Variants§
Trait Implementations§
Source§impl Debug for RestartOptions
impl Debug for RestartOptions
Source§impl<'de> Deserialize<'de> for RestartOptions
impl<'de> Deserialize<'de> for RestartOptions
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
Auto Trait Implementations§
impl Freeze for RestartOptions
impl RefUnwindSafe for RestartOptions
impl Send for RestartOptions
impl Sync for RestartOptions
impl Unpin for RestartOptions
impl UnwindSafe for RestartOptions
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