pub struct UiCommandDispatchTraceQueryV1 {
pub command: Option<String>,
pub source_kind: Option<String>,
pub source_test_id: Option<String>,
pub handled: Option<bool>,
pub handled_by_scope: Option<String>,
pub handled_by_driver: Option<bool>,
pub handled_by_test_id: Option<String>,
pub started_from_focus: Option<bool>,
pub used_default_root_fallback: Option<bool>,
}Fields§
§command: Option<String>§source_kind: Option<String>§source_test_id: Option<String>§handled: Option<bool>§handled_by_scope: Option<String>§handled_by_driver: Option<bool>§handled_by_test_id: Option<String>§started_from_focus: Option<bool>§used_default_root_fallback: Option<bool>Trait Implementations§
Source§impl Clone for UiCommandDispatchTraceQueryV1
impl Clone for UiCommandDispatchTraceQueryV1
Source§fn clone(&self) -> UiCommandDispatchTraceQueryV1
fn clone(&self) -> UiCommandDispatchTraceQueryV1
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 Default for UiCommandDispatchTraceQueryV1
impl Default for UiCommandDispatchTraceQueryV1
Source§fn default() -> UiCommandDispatchTraceQueryV1
fn default() -> UiCommandDispatchTraceQueryV1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UiCommandDispatchTraceQueryV1
impl<'de> Deserialize<'de> for UiCommandDispatchTraceQueryV1
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 UiCommandDispatchTraceQueryV1
impl RefUnwindSafe for UiCommandDispatchTraceQueryV1
impl Send for UiCommandDispatchTraceQueryV1
impl Sync for UiCommandDispatchTraceQueryV1
impl Unpin for UiCommandDispatchTraceQueryV1
impl UnsafeUnpin for UiCommandDispatchTraceQueryV1
impl UnwindSafe for UiCommandDispatchTraceQueryV1
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