Struct aws_sdk_acm::types::KeyUsage
source · #[non_exhaustive]pub struct KeyUsage { /* private fields */ }Expand description
The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.
Implementations§
Trait Implementations§
source§impl PartialEq<KeyUsage> for KeyUsage
impl PartialEq<KeyUsage> for KeyUsage
impl StructuralPartialEq for KeyUsage
Auto Trait Implementations§
impl RefUnwindSafe for KeyUsage
impl Send for KeyUsage
impl Sync for KeyUsage
impl Unpin for KeyUsage
impl UnwindSafe for KeyUsage
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