pub struct TlsSubscriptionDataAttributes {
pub certificate_authority: Option<CertificateAuthority>,
}
Fields§
The entity that issues and certifies the TLS certificates for your subscription.
Implementations§
Trait Implementations§
source§impl Clone for TlsSubscriptionDataAttributes
impl Clone for TlsSubscriptionDataAttributes
source§fn clone(&self) -> TlsSubscriptionDataAttributes
fn clone(&self) -> TlsSubscriptionDataAttributes
Returns a copy 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 Default for TlsSubscriptionDataAttributes
impl Default for TlsSubscriptionDataAttributes
source§fn default() -> TlsSubscriptionDataAttributes
fn default() -> TlsSubscriptionDataAttributes
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TlsSubscriptionDataAttributes
impl<'de> Deserialize<'de> for TlsSubscriptionDataAttributes
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<TlsSubscriptionDataAttributes> for TlsSubscriptionDataAttributes
impl PartialEq<TlsSubscriptionDataAttributes> for TlsSubscriptionDataAttributes
source§fn eq(&self, other: &TlsSubscriptionDataAttributes) -> bool
fn eq(&self, other: &TlsSubscriptionDataAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TlsSubscriptionDataAttributes
Auto Trait Implementations§
impl RefUnwindSafe for TlsSubscriptionDataAttributes
impl Send for TlsSubscriptionDataAttributes
impl Sync for TlsSubscriptionDataAttributes
impl Unpin for TlsSubscriptionDataAttributes
impl UnwindSafe for TlsSubscriptionDataAttributes
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