pub struct TlsDomainData {
pub id: Option<String>,
pub _type: Option<TypeTlsDomain>,
pub relationships: Option<Box<RelationshipsForTlsDomain>>,
}
Fields§
§id: Option<String>
The domain name.
_type: Option<TypeTlsDomain>
§relationships: Option<Box<RelationshipsForTlsDomain>>
Implementations§
Source§impl TlsDomainData
impl TlsDomainData
pub fn new() -> TlsDomainData
Trait Implementations§
Source§impl Clone for TlsDomainData
impl Clone for TlsDomainData
Source§fn clone(&self) -> TlsDomainData
fn clone(&self) -> TlsDomainData
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 TlsDomainData
impl Debug for TlsDomainData
Source§impl Default for TlsDomainData
impl Default for TlsDomainData
Source§fn default() -> TlsDomainData
fn default() -> TlsDomainData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsDomainData
impl<'de> Deserialize<'de> for TlsDomainData
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 TlsDomainData
impl PartialEq for TlsDomainData
Source§impl Serialize for TlsDomainData
impl Serialize for TlsDomainData
impl StructuralPartialEq for TlsDomainData
Auto Trait Implementations§
impl Freeze for TlsDomainData
impl RefUnwindSafe for TlsDomainData
impl Send for TlsDomainData
impl Sync for TlsDomainData
impl Unpin for TlsDomainData
impl UnwindSafe for TlsDomainData
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