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