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