pub struct CreateTargetItemAssocOutput {
pub assoc_id: Option<String>,
}Expand description
CreateTargetItemAssocOutput : CreateTargetItemAssocOutput defines output of CreateTargetItemAssoc operation.
Fields§
§assoc_id: Option<String>Implementations§
Source§impl CreateTargetItemAssocOutput
impl CreateTargetItemAssocOutput
Sourcepub fn new() -> CreateTargetItemAssocOutput
pub fn new() -> CreateTargetItemAssocOutput
CreateTargetItemAssocOutput defines output of CreateTargetItemAssoc operation.
Trait Implementations§
Source§impl Clone for CreateTargetItemAssocOutput
impl Clone for CreateTargetItemAssocOutput
Source§fn clone(&self) -> CreateTargetItemAssocOutput
fn clone(&self) -> CreateTargetItemAssocOutput
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 CreateTargetItemAssocOutput
impl Debug for CreateTargetItemAssocOutput
Source§impl Default for CreateTargetItemAssocOutput
impl Default for CreateTargetItemAssocOutput
Source§fn default() -> CreateTargetItemAssocOutput
fn default() -> CreateTargetItemAssocOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateTargetItemAssocOutput
impl<'de> Deserialize<'de> for CreateTargetItemAssocOutput
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 CreateTargetItemAssocOutput
impl PartialEq for CreateTargetItemAssocOutput
Source§fn eq(&self, other: &CreateTargetItemAssocOutput) -> bool
fn eq(&self, other: &CreateTargetItemAssocOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateTargetItemAssocOutput
Auto Trait Implementations§
impl Freeze for CreateTargetItemAssocOutput
impl RefUnwindSafe for CreateTargetItemAssocOutput
impl Send for CreateTargetItemAssocOutput
impl Sync for CreateTargetItemAssocOutput
impl Unpin for CreateTargetItemAssocOutput
impl UnsafeUnpin for CreateTargetItemAssocOutput
impl UnwindSafe for CreateTargetItemAssocOutput
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