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