Struct aws_sdk_kafka::types::Unauthenticated
source · #[non_exhaustive]pub struct Unauthenticated { /* private fields */ }
Implementations§
source§impl Unauthenticated
impl Unauthenticated
sourcepub fn builder() -> UnauthenticatedBuilder
pub fn builder() -> UnauthenticatedBuilder
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 moresource§impl Debug for Unauthenticated
impl Debug for Unauthenticated
source§impl PartialEq<Unauthenticated> for Unauthenticated
impl PartialEq<Unauthenticated> for Unauthenticated
source§fn eq(&self, other: &Unauthenticated) -> bool
fn eq(&self, other: &Unauthenticated) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Unauthenticated
Auto Trait Implementations§
impl RefUnwindSafe for Unauthenticated
impl Send for Unauthenticated
impl Sync for Unauthenticated
impl Unpin for Unauthenticated
impl UnwindSafe for Unauthenticated
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more