Struct maa_framework::utility::RunningDetail
source · pub struct RunningDetail {
pub reco_id: i64,
pub successful: bool,
}Fields§
§reco_id: i64§successful: boolTrait Implementations§
source§impl Clone for RunningDetail
impl Clone for RunningDetail
source§fn clone(&self) -> RunningDetail
fn clone(&self) -> RunningDetail
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 RunningDetail
impl Debug for RunningDetail
source§impl<'de> Deserialize<'de> for RunningDetail
impl<'de> Deserialize<'de> for RunningDetail
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 Serialize for RunningDetail
impl Serialize for RunningDetail
impl Copy for RunningDetail
Auto Trait Implementations§
impl Freeze for RunningDetail
impl RefUnwindSafe for RunningDetail
impl Send for RunningDetail
impl Sync for RunningDetail
impl Unpin for RunningDetail
impl UnwindSafe for RunningDetail
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