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