#[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 more