pub struct SetDiscoverTargets {
pub discover: bool,
pub filter: Option<TargetFilter>,
}Fields§
§discover: bool§filter: Option<TargetFilter>Trait Implementations§
Source§impl Clone for SetDiscoverTargets
impl Clone for SetDiscoverTargets
Source§fn clone(&self) -> SetDiscoverTargets
fn clone(&self) -> SetDiscoverTargets
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 SetDiscoverTargets
impl Debug for SetDiscoverTargets
Source§impl<'de> Deserialize<'de> for SetDiscoverTargets
impl<'de> Deserialize<'de> for SetDiscoverTargets
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 Method for SetDiscoverTargets
impl Method for SetDiscoverTargets
const NAME: &'static str = "Target.setDiscoverTargets"
type ReturnObject = SetDiscoverTargetsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetDiscoverTargets
impl PartialEq for SetDiscoverTargets
Source§impl Serialize for SetDiscoverTargets
impl Serialize for SetDiscoverTargets
impl StructuralPartialEq for SetDiscoverTargets
Auto Trait Implementations§
impl Freeze for SetDiscoverTargets
impl RefUnwindSafe for SetDiscoverTargets
impl Send for SetDiscoverTargets
impl Sync for SetDiscoverTargets
impl Unpin for SetDiscoverTargets
impl UnwindSafe for SetDiscoverTargets
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