pub struct IncludedWithTlsConfigurationItem {
pub id: Option<String>,
pub _type: Option<TypeTlsDnsRecord>,
pub attributes: Option<Box<TlsDnsRecord>>,
}
Fields§
§id: Option<String>
The IP address or hostname of the DNS record.
_type: Option<TypeTlsDnsRecord>
§attributes: Option<Box<TlsDnsRecord>>
Implementations§
Trait Implementations§
Source§impl Clone for IncludedWithTlsConfigurationItem
impl Clone for IncludedWithTlsConfigurationItem
Source§fn clone(&self) -> IncludedWithTlsConfigurationItem
fn clone(&self) -> IncludedWithTlsConfigurationItem
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 Default for IncludedWithTlsConfigurationItem
impl Default for IncludedWithTlsConfigurationItem
Source§fn default() -> IncludedWithTlsConfigurationItem
fn default() -> IncludedWithTlsConfigurationItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IncludedWithTlsConfigurationItem
impl<'de> Deserialize<'de> for IncludedWithTlsConfigurationItem
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 IncludedWithTlsConfigurationItem
impl PartialEq for IncludedWithTlsConfigurationItem
Source§fn eq(&self, other: &IncludedWithTlsConfigurationItem) -> bool
fn eq(&self, other: &IncludedWithTlsConfigurationItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for IncludedWithTlsConfigurationItem
Auto Trait Implementations§
impl Freeze for IncludedWithTlsConfigurationItem
impl RefUnwindSafe for IncludedWithTlsConfigurationItem
impl Send for IncludedWithTlsConfigurationItem
impl Sync for IncludedWithTlsConfigurationItem
impl Unpin for IncludedWithTlsConfigurationItem
impl UnwindSafe for IncludedWithTlsConfigurationItem
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