pub struct TargetSetDiscoverTargetsParams {
pub discover: bool,
}Expand description
Typed params for Target.setDiscoverTargets.
Fields§
§discover: boolWhether Chrome should emit target discovery events.
Trait Implementations§
Source§impl Clone for TargetSetDiscoverTargetsParams
impl Clone for TargetSetDiscoverTargetsParams
Source§fn clone(&self) -> TargetSetDiscoverTargetsParams
fn clone(&self) -> TargetSetDiscoverTargetsParams
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 Command for TargetSetDiscoverTargetsParams
impl Command for TargetSetDiscoverTargetsParams
Source§type Params = TargetSetDiscoverTargetsParams
type Params = TargetSetDiscoverTargetsParams
Command parameters.
Source§impl<'de> Deserialize<'de> for TargetSetDiscoverTargetsParams
impl<'de> Deserialize<'de> for TargetSetDiscoverTargetsParams
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 PartialEq for TargetSetDiscoverTargetsParams
impl PartialEq for TargetSetDiscoverTargetsParams
Source§fn eq(&self, other: &TargetSetDiscoverTargetsParams) -> bool
fn eq(&self, other: &TargetSetDiscoverTargetsParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TargetSetDiscoverTargetsParams
impl StructuralPartialEq for TargetSetDiscoverTargetsParams
Auto Trait Implementations§
impl Freeze for TargetSetDiscoverTargetsParams
impl RefUnwindSafe for TargetSetDiscoverTargetsParams
impl Send for TargetSetDiscoverTargetsParams
impl Sync for TargetSetDiscoverTargetsParams
impl Unpin for TargetSetDiscoverTargetsParams
impl UnsafeUnpin for TargetSetDiscoverTargetsParams
impl UnwindSafe for TargetSetDiscoverTargetsParams
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