pub struct GetTargetDetailsOutput {
pub target: Option<Box<Target>>,
pub value: Option<Box<TargetTypeDetailsInput>>,
}Fields§
§target: Option<Box<Target>>§value: Option<Box<TargetTypeDetailsInput>>Implementations§
Source§impl GetTargetDetailsOutput
impl GetTargetDetailsOutput
pub fn new() -> GetTargetDetailsOutput
Trait Implementations§
Source§impl Clone for GetTargetDetailsOutput
impl Clone for GetTargetDetailsOutput
Source§fn clone(&self) -> GetTargetDetailsOutput
fn clone(&self) -> GetTargetDetailsOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetTargetDetailsOutput
impl Debug for GetTargetDetailsOutput
Source§impl Default for GetTargetDetailsOutput
impl Default for GetTargetDetailsOutput
Source§fn default() -> GetTargetDetailsOutput
fn default() -> GetTargetDetailsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTargetDetailsOutput
impl<'de> Deserialize<'de> for GetTargetDetailsOutput
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 GetTargetDetailsOutput
impl PartialEq for GetTargetDetailsOutput
Source§fn eq(&self, other: &GetTargetDetailsOutput) -> bool
fn eq(&self, other: &GetTargetDetailsOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetTargetDetailsOutput
impl Serialize for GetTargetDetailsOutput
impl StructuralPartialEq for GetTargetDetailsOutput
Auto Trait Implementations§
impl Freeze for GetTargetDetailsOutput
impl RefUnwindSafe for GetTargetDetailsOutput
impl Send for GetTargetDetailsOutput
impl Sync for GetTargetDetailsOutput
impl Unpin for GetTargetDetailsOutput
impl UnsafeUnpin for GetTargetDetailsOutput
impl UnwindSafe for GetTargetDetailsOutput
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