Struct fastly_api::models::domain::Domain
source · pub struct Domain {
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§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Domain
impl<'de> Deserialize<'de> for Domain
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<Domain> for Domain
impl PartialEq<Domain> for Domain
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
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