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