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 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 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
impl StructuralPartialEq for RelationshipsForTlsDomain
Auto Trait Implementations§
impl Freeze for RelationshipsForTlsDomain
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