pub enum MaaGlobalOption {
Invalid,
LogDir(String),
SaveDraw(bool),
Recording(bool),
StdoutLevel(MaaLoggingLevel),
ShowHitDraw(bool),
DebugMessage(bool),
}
Variants§
Invalid
LogDir(String)
SaveDraw(bool)
Recording(bool)
StdoutLevel(MaaLoggingLevel)
ShowHitDraw(bool)
DebugMessage(bool)
Trait Implementations§
Source§impl Debug for MaaGlobalOption
impl Debug for MaaGlobalOption
Source§impl<'de> Deserialize<'de> for MaaGlobalOption
impl<'de> Deserialize<'de> for MaaGlobalOption
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 MaaGlobalOption
impl Display for MaaGlobalOption
Auto Trait Implementations§
impl Freeze for MaaGlobalOption
impl RefUnwindSafe for MaaGlobalOption
impl Send for MaaGlobalOption
impl Sync for MaaGlobalOption
impl Unpin for MaaGlobalOption
impl UnwindSafe for MaaGlobalOption
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