#[non_exhaustive]pub struct UpdateConnectClientAddInOutput {}
Implementations§
source§impl UpdateConnectClientAddInOutput
impl UpdateConnectClientAddInOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConnectClientAddInOutput
.
Trait Implementations§
source§impl Clone for UpdateConnectClientAddInOutput
impl Clone for UpdateConnectClientAddInOutput
source§fn clone(&self) -> UpdateConnectClientAddInOutput
fn clone(&self) -> UpdateConnectClientAddInOutput
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 PartialEq<UpdateConnectClientAddInOutput> for UpdateConnectClientAddInOutput
impl PartialEq<UpdateConnectClientAddInOutput> for UpdateConnectClientAddInOutput
source§fn eq(&self, other: &UpdateConnectClientAddInOutput) -> bool
fn eq(&self, other: &UpdateConnectClientAddInOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.