pub struct RelationshipTlsDomain {
pub tls_domain: Option<Box<RelationshipTlsDomainTlsDomain>>,
}
Expand description
RelationshipTlsDomain : The TLS domain being enabled for TLS traffic. Required.
Fields§
§tls_domain: Option<Box<RelationshipTlsDomainTlsDomain>>
Implementations§
Source§impl RelationshipTlsDomain
impl RelationshipTlsDomain
Sourcepub fn new() -> RelationshipTlsDomain
pub fn new() -> RelationshipTlsDomain
The TLS domain being enabled for TLS traffic. Required.
Trait Implementations§
Source§impl Clone for RelationshipTlsDomain
impl Clone for RelationshipTlsDomain
Source§fn clone(&self) -> RelationshipTlsDomain
fn clone(&self) -> RelationshipTlsDomain
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 RelationshipTlsDomain
impl Debug for RelationshipTlsDomain
Source§impl Default for RelationshipTlsDomain
impl Default for RelationshipTlsDomain
Source§fn default() -> RelationshipTlsDomain
fn default() -> RelationshipTlsDomain
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationshipTlsDomain
impl<'de> Deserialize<'de> for RelationshipTlsDomain
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 RelationshipTlsDomain
impl PartialEq for RelationshipTlsDomain
Source§impl Serialize for RelationshipTlsDomain
impl Serialize for RelationshipTlsDomain
impl StructuralPartialEq for RelationshipTlsDomain
Auto Trait Implementations§
impl Freeze for RelationshipTlsDomain
impl RefUnwindSafe for RelationshipTlsDomain
impl Send for RelationshipTlsDomain
impl Sync for RelationshipTlsDomain
impl Unpin for RelationshipTlsDomain
impl UnwindSafe for RelationshipTlsDomain
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