pub struct WaitFreezesDetail {
pub wf_id: MaaId,
pub name: String,
pub phase: String,
pub success: bool,
pub elapsed_ms: u64,
pub reco_id_list: Vec<MaaId>,
pub roi: Rect,
}Fields§
§wf_id: MaaId§name: String§phase: String§success: bool§elapsed_ms: u64§reco_id_list: Vec<MaaId>§roi: RectTrait Implementations§
Source§impl Clone for WaitFreezesDetail
impl Clone for WaitFreezesDetail
Source§fn clone(&self) -> WaitFreezesDetail
fn clone(&self) -> WaitFreezesDetail
Returns a duplicate 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 WaitFreezesDetail
impl Debug for WaitFreezesDetail
Source§impl<'de> Deserialize<'de> for WaitFreezesDetail
impl<'de> Deserialize<'de> for WaitFreezesDetail
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 WaitFreezesDetail
impl RefUnwindSafe for WaitFreezesDetail
impl Send for WaitFreezesDetail
impl Sync for WaitFreezesDetail
impl Unpin for WaitFreezesDetail
impl UnsafeUnpin for WaitFreezesDetail
impl UnwindSafe for WaitFreezesDetail
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