#[non_exhaustive]pub struct UpdateComponentConfigurationOutput {}
Implementations
sourceimpl UpdateComponentConfigurationOutput
impl UpdateComponentConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateComponentConfigurationOutput
.
Trait Implementations
sourceimpl Clone for UpdateComponentConfigurationOutput
impl Clone for UpdateComponentConfigurationOutput
sourcefn clone(&self) -> UpdateComponentConfigurationOutput
fn clone(&self) -> UpdateComponentConfigurationOutput
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<UpdateComponentConfigurationOutput> for UpdateComponentConfigurationOutput
impl PartialEq<UpdateComponentConfigurationOutput> for UpdateComponentConfigurationOutput
sourcefn eq(&self, other: &UpdateComponentConfigurationOutput) -> bool
fn eq(&self, other: &UpdateComponentConfigurationOutput) -> bool
impl StructuralPartialEq for UpdateComponentConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateComponentConfigurationOutput
impl Send for UpdateComponentConfigurationOutput
impl Sync for UpdateComponentConfigurationOutput
impl Unpin for UpdateComponentConfigurationOutput
impl UnwindSafe for UpdateComponentConfigurationOutput
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