pub struct SetDiscoverTargetsCommand { /* private fields */ }Available on crate feature
Target only.Expand description
Controls whether to discover available targets and notify via
targetCreated/targetInfoChanged/targetDestroyed events.
Implementations§
Trait Implementations§
Source§impl Clone for SetDiscoverTargetsCommand
impl Clone for SetDiscoverTargetsCommand
Source§fn clone(&self) -> SetDiscoverTargetsCommand
fn clone(&self) -> SetDiscoverTargetsCommand
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 SetDiscoverTargetsCommand
impl Command for SetDiscoverTargetsCommand
Source§impl Debug for SetDiscoverTargetsCommand
impl Debug for SetDiscoverTargetsCommand
Source§impl Deref for SetDiscoverTargetsCommand
impl Deref for SetDiscoverTargetsCommand
Source§impl<'de> Deserialize<'de> for SetDiscoverTargetsCommand
impl<'de> Deserialize<'de> for SetDiscoverTargetsCommand
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 SetDiscoverTargetsCommand
impl RefUnwindSafe for SetDiscoverTargetsCommand
impl Send for SetDiscoverTargetsCommand
impl Sync for SetDiscoverTargetsCommand
impl Unpin for SetDiscoverTargetsCommand
impl UnwindSafe for SetDiscoverTargetsCommand
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