pub struct GetTargetInfoParams {
pub target_id: Option<TargetId>,
}Expand description
Returns information about a target. getTargetInfo
Fields§
§target_id: Option<TargetId>Trait Implementations§
Source§impl Clone for GetTargetInfoParams
impl Clone for GetTargetInfoParams
Source§fn clone(&self) -> GetTargetInfoParams
fn clone(&self) -> GetTargetInfoParams
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 GetTargetInfoParams
impl Debug for GetTargetInfoParams
Source§impl Default for GetTargetInfoParams
impl Default for GetTargetInfoParams
Source§fn default() -> GetTargetInfoParams
fn default() -> GetTargetInfoParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTargetInfoParams
impl<'de> Deserialize<'de> for GetTargetInfoParams
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 GetTargetInfoParams
impl PartialEq for GetTargetInfoParams
Source§impl Serialize for GetTargetInfoParams
impl Serialize for GetTargetInfoParams
impl StructuralPartialEq for GetTargetInfoParams
Auto Trait Implementations§
impl Freeze for GetTargetInfoParams
impl RefUnwindSafe for GetTargetInfoParams
impl Send for GetTargetInfoParams
impl Sync for GetTargetInfoParams
impl Unpin for GetTargetInfoParams
impl UnsafeUnpin for GetTargetInfoParams
impl UnwindSafe for GetTargetInfoParams
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