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