pub enum SetDiscoverTargetsMethod {
SetDiscoverTargets,
}Variants§
SetDiscoverTargets
Trait Implementations§
Source§impl Clone for SetDiscoverTargetsMethod
impl Clone for SetDiscoverTargetsMethod
Source§fn clone(&self) -> SetDiscoverTargetsMethod
fn clone(&self) -> SetDiscoverTargetsMethod
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 SetDiscoverTargetsMethod
impl Debug for SetDiscoverTargetsMethod
Source§impl<'de> Deserialize<'de> for SetDiscoverTargetsMethod
impl<'de> Deserialize<'de> for SetDiscoverTargetsMethod
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 SetDiscoverTargetsMethod
impl PartialEq for SetDiscoverTargetsMethod
Source§impl Serialize for SetDiscoverTargetsMethod
impl Serialize for SetDiscoverTargetsMethod
impl StructuralPartialEq for SetDiscoverTargetsMethod
Auto Trait Implementations§
impl Freeze for SetDiscoverTargetsMethod
impl RefUnwindSafe for SetDiscoverTargetsMethod
impl Send for SetDiscoverTargetsMethod
impl Sync for SetDiscoverTargetsMethod
impl Unpin for SetDiscoverTargetsMethod
impl UnsafeUnpin for SetDiscoverTargetsMethod
impl UnwindSafe for SetDiscoverTargetsMethod
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