Struct aws_sdk_applicationdiscovery::output::AssociateConfigurationItemsToApplicationOutput
source · [−]#[non_exhaustive]pub struct AssociateConfigurationItemsToApplicationOutput {}Implementations
sourceimpl AssociateConfigurationItemsToApplicationOutput
impl AssociateConfigurationItemsToApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateConfigurationItemsToApplicationOutput.
Trait Implementations
sourceimpl Clone for AssociateConfigurationItemsToApplicationOutput
impl Clone for AssociateConfigurationItemsToApplicationOutput
sourcefn clone(&self) -> AssociateConfigurationItemsToApplicationOutput
fn clone(&self) -> AssociateConfigurationItemsToApplicationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AssociateConfigurationItemsToApplicationOutput> for AssociateConfigurationItemsToApplicationOutput
impl PartialEq<AssociateConfigurationItemsToApplicationOutput> for AssociateConfigurationItemsToApplicationOutput
sourcefn eq(&self, other: &AssociateConfigurationItemsToApplicationOutput) -> bool
fn eq(&self, other: &AssociateConfigurationItemsToApplicationOutput) -> bool
impl StructuralPartialEq for AssociateConfigurationItemsToApplicationOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateConfigurationItemsToApplicationOutput
impl Send for AssociateConfigurationItemsToApplicationOutput
impl Sync for AssociateConfigurationItemsToApplicationOutput
impl Unpin for AssociateConfigurationItemsToApplicationOutput
impl UnwindSafe for AssociateConfigurationItemsToApplicationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more