Struct aws_sdk_kafka::model::Unauthenticated
source · #[non_exhaustive]pub struct Unauthenticated { /* private fields */ }
Implementations§
source§impl Unauthenticated
impl Unauthenticated
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Unauthenticated
.
Trait Implementations§
source§impl Clone for Unauthenticated
impl Clone for Unauthenticated
source§fn clone(&self) -> Unauthenticated
fn clone(&self) -> Unauthenticated
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