pub struct TlsValidationContextAcmTrust {
pub certificate_authority_arns: Vec<String>,
}Expand description
An object that represents a TLS validation context trust for an AWS Certicate Manager (ACM) certificate.
Fields§
One or more ACM Amazon Resource Name (ARN)s.
Trait Implementations§
Source§impl Clone for TlsValidationContextAcmTrust
impl Clone for TlsValidationContextAcmTrust
Source§fn clone(&self) -> TlsValidationContextAcmTrust
fn clone(&self) -> TlsValidationContextAcmTrust
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TlsValidationContextAcmTrust
impl Debug for TlsValidationContextAcmTrust
Source§impl Default for TlsValidationContextAcmTrust
impl Default for TlsValidationContextAcmTrust
Source§fn default() -> TlsValidationContextAcmTrust
fn default() -> TlsValidationContextAcmTrust
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsValidationContextAcmTrust
impl<'de> Deserialize<'de> for TlsValidationContextAcmTrust
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TlsValidationContextAcmTrust
impl PartialEq for TlsValidationContextAcmTrust
Source§fn eq(&self, other: &TlsValidationContextAcmTrust) -> bool
fn eq(&self, other: &TlsValidationContextAcmTrust) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TlsValidationContextAcmTrust
Auto Trait Implementations§
impl Freeze for TlsValidationContextAcmTrust
impl RefUnwindSafe for TlsValidationContextAcmTrust
impl Send for TlsValidationContextAcmTrust
impl Sync for TlsValidationContextAcmTrust
impl Unpin for TlsValidationContextAcmTrust
impl UnwindSafe for TlsValidationContextAcmTrust
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