Struct aws_sdk_kafka::types::Sasl
source · #[non_exhaustive]pub struct Sasl { /* private fields */ }
Expand description
Details for client authentication using SASL.
Implementations§
Trait Implementations§
source§impl PartialEq<Sasl> for Sasl
impl PartialEq<Sasl> for Sasl
impl StructuralPartialEq for Sasl
Auto Trait Implementations§
impl RefUnwindSafe for Sasl
impl Send for Sasl
impl Sync for Sasl
impl Unpin for Sasl
impl UnwindSafe for Sasl
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