#[non_exhaustive]pub struct UpdateConnectionOutput { /* private fields */ }
Implementations§
source§impl UpdateConnectionOutput
impl UpdateConnectionOutput
sourcepub fn connection(&self) -> Option<&Connection>
pub fn connection(&self) -> Option<&Connection>
Information about the connection.
source§impl UpdateConnectionOutput
impl UpdateConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConnectionOutput
.
Trait Implementations§
source§impl Clone for UpdateConnectionOutput
impl Clone for UpdateConnectionOutput
source§fn clone(&self) -> UpdateConnectionOutput
fn clone(&self) -> UpdateConnectionOutput
Returns a copy of the value. Read more
1.0.0 · 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 UpdateConnectionOutput
impl Debug for UpdateConnectionOutput
source§impl PartialEq<UpdateConnectionOutput> for UpdateConnectionOutput
impl PartialEq<UpdateConnectionOutput> for UpdateConnectionOutput
source§fn eq(&self, other: &UpdateConnectionOutput) -> bool
fn eq(&self, other: &UpdateConnectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.