pub struct MaaStatus(pub i32);Expand description
Status of an asynchronous operation.
Most SDK operations are asynchronous and return immediately with an ID. Use this status to check completion state.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MaaStatus
impl<'de> Deserialize<'de> for MaaStatus
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
impl Copy for MaaStatus
impl Eq for MaaStatus
impl StructuralPartialEq for MaaStatus
Auto Trait Implementations§
impl Freeze for MaaStatus
impl RefUnwindSafe for MaaStatus
impl Send for MaaStatus
impl Sync for MaaStatus
impl Unpin for MaaStatus
impl UnwindSafe for MaaStatus
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