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