Struct fastly_api::models::domain_check_item::DomainCheckItem
source · pub struct DomainCheckItem {
pub comment: Option<String>,
pub name: Option<String>,
}
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
source§impl PartialEq<DomainCheckItem> for DomainCheckItem
impl PartialEq<DomainCheckItem> for DomainCheckItem
source§fn eq(&self, other: &DomainCheckItem) -> bool
fn eq(&self, other: &DomainCheckItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DomainCheckItem
impl Serialize for DomainCheckItem
impl StructuralPartialEq for DomainCheckItem
Auto Trait Implementations§
impl RefUnwindSafe for DomainCheckItem
impl Send for DomainCheckItem
impl Sync for DomainCheckItem
impl Unpin for DomainCheckItem
impl UnwindSafe for DomainCheckItem
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