Struct maa_framework::msg::MaaMsgTaskFocus
source · pub struct MaaMsgTaskFocus {
pub id: i32,
pub entry: String,
pub name: String,
pub uuid: String,
pub hash: String,
pub recognition: Value,
pub run_times: i32,
pub last_time: String,
pub status: String,
}
Fields§
§id: i32
§entry: String
§name: String
§uuid: String
§hash: String
§recognition: Value
§run_times: i32
§last_time: String
§status: String
Trait Implementations§
source§impl Clone for MaaMsgTaskFocus
impl Clone for MaaMsgTaskFocus
source§fn clone(&self) -> MaaMsgTaskFocus
fn clone(&self) -> MaaMsgTaskFocus
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 MaaMsgTaskFocus
impl Debug for MaaMsgTaskFocus
source§impl<'de> Deserialize<'de> for MaaMsgTaskFocus
impl<'de> Deserialize<'de> for MaaMsgTaskFocus
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 MaaMsgTaskFocus
impl RefUnwindSafe for MaaMsgTaskFocus
impl Send for MaaMsgTaskFocus
impl Sync for MaaMsgTaskFocus
impl Unpin for MaaMsgTaskFocus
impl UnwindSafe for MaaMsgTaskFocus
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