Struct aws_sdk_iot::types::Allowed
source · #[non_exhaustive]pub struct Allowed { /* private fields */ }
Expand description
Contains information that allowed the authorization.
Implementations§
Trait Implementations§
source§impl PartialEq<Allowed> for Allowed
impl PartialEq<Allowed> for Allowed
impl StructuralPartialEq for Allowed
Auto Trait Implementations§
impl RefUnwindSafe for Allowed
impl Send for Allowed
impl Sync for Allowed
impl Unpin for Allowed
impl UnwindSafe for Allowed
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