Struct maa_framework::msg::MaaMsgAction
source · pub struct MaaMsgAction {
pub id: i32,
}
Fields§
§id: i32
Trait Implementations§
source§impl Clone for MaaMsgAction
impl Clone for MaaMsgAction
source§fn clone(&self) -> MaaMsgAction
fn clone(&self) -> MaaMsgAction
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 MaaMsgAction
impl Debug for MaaMsgAction
source§impl<'de> Deserialize<'de> for MaaMsgAction
impl<'de> Deserialize<'de> for MaaMsgAction
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 MaaMsgAction
impl RefUnwindSafe for MaaMsgAction
impl Send for MaaMsgAction
impl Sync for MaaMsgAction
impl Unpin for MaaMsgAction
impl UnwindSafe for MaaMsgAction
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