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