Struct fastly_api::models::domain_check_item::DomainCheckItem
source · Fields§
§comment: Option<String>
A freeform descriptive note.
name: Option<String>
The name of the domain or domains associated with this service.
Implementations§
source§impl DomainCheckItem
impl DomainCheckItem
pub fn new() -> DomainCheckItem
Trait Implementations§
source§impl Clone for DomainCheckItem
impl Clone for DomainCheckItem
source§fn clone(&self) -> DomainCheckItem
fn clone(&self) -> DomainCheckItem
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 DomainCheckItem
impl Debug for DomainCheckItem
source§impl Default for DomainCheckItem
impl Default for DomainCheckItem
source§fn default() -> DomainCheckItem
fn default() -> DomainCheckItem
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DomainCheckItem
impl<'de> Deserialize<'de> for DomainCheckItem
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