pub struct SetDiscoverTargetsParams {
pub discover: bool,
}Expand description
Parameters for Target.setDiscoverTargets.
Fields§
§discover: boolWhether to discover targets.
Trait Implementations§
Source§impl Clone for SetDiscoverTargetsParams
impl Clone for SetDiscoverTargetsParams
Source§fn clone(&self) -> SetDiscoverTargetsParams
fn clone(&self) -> SetDiscoverTargetsParams
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 SetDiscoverTargetsParams
impl Debug for SetDiscoverTargetsParams
Auto Trait Implementations§
impl Freeze for SetDiscoverTargetsParams
impl RefUnwindSafe for SetDiscoverTargetsParams
impl Send for SetDiscoverTargetsParams
impl Sync for SetDiscoverTargetsParams
impl Unpin for SetDiscoverTargetsParams
impl UnwindSafe for SetDiscoverTargetsParams
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