pub struct RelationshipsForTlsDomain {
pub tls_subscriptions: Option<Box<RelationshipTlsSubscriptionTlsSubscription>>,
pub tls_activations: Option<Box<RelationshipTlsActivationTlsActivation>>,
}
Fields§
§tls_subscriptions: Option<Box<RelationshipTlsSubscriptionTlsSubscription>>
§tls_activations: Option<Box<RelationshipTlsActivationTlsActivation>>
Implementations§
source§impl RelationshipsForTlsDomain
impl RelationshipsForTlsDomain
pub fn new() -> RelationshipsForTlsDomain
Trait Implementations§
source§impl Clone for RelationshipsForTlsDomain
impl Clone for RelationshipsForTlsDomain
source§fn clone(&self) -> RelationshipsForTlsDomain
fn clone(&self) -> RelationshipsForTlsDomain
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 Debug for RelationshipsForTlsDomain
impl Debug for RelationshipsForTlsDomain
source§impl Default for RelationshipsForTlsDomain
impl Default for RelationshipsForTlsDomain
source§fn default() -> RelationshipsForTlsDomain
fn default() -> RelationshipsForTlsDomain
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RelationshipsForTlsDomain
impl<'de> Deserialize<'de> for RelationshipsForTlsDomain
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<RelationshipsForTlsDomain> for RelationshipsForTlsDomain
impl PartialEq<RelationshipsForTlsDomain> for RelationshipsForTlsDomain
source§fn eq(&self, other: &RelationshipsForTlsDomain) -> bool
fn eq(&self, other: &RelationshipsForTlsDomain) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RelationshipsForTlsDomain
Auto Trait Implementations§
impl RefUnwindSafe for RelationshipsForTlsDomain
impl Send for RelationshipsForTlsDomain
impl Sync for RelationshipsForTlsDomain
impl Unpin for RelationshipsForTlsDomain
impl UnwindSafe for RelationshipsForTlsDomain
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