pub struct GetTargetInfoResult {
pub target_info: TargetInfo,
}Fields§
§target_info: TargetInfoTrait Implementations§
Source§impl Clone for GetTargetInfoResult
impl Clone for GetTargetInfoResult
Source§fn clone(&self) -> GetTargetInfoResult
fn clone(&self) -> GetTargetInfoResult
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 GetTargetInfoResult
impl Debug for GetTargetInfoResult
Source§impl<'de> Deserialize<'de> for GetTargetInfoResult
impl<'de> Deserialize<'de> for GetTargetInfoResult
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 GetTargetInfoResult
impl PartialEq for GetTargetInfoResult
Source§impl Serialize for GetTargetInfoResult
impl Serialize for GetTargetInfoResult
Source§impl TryFrom<Value> for GetTargetInfoResult
impl TryFrom<Value> for GetTargetInfoResult
impl StructuralPartialEq for GetTargetInfoResult
Auto Trait Implementations§
impl Freeze for GetTargetInfoResult
impl RefUnwindSafe for GetTargetInfoResult
impl Send for GetTargetInfoResult
impl Sync for GetTargetInfoResult
impl Unpin for GetTargetInfoResult
impl UnsafeUnpin for GetTargetInfoResult
impl UnwindSafe for GetTargetInfoResult
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