Struct fastly_api::models::error_response_data::ErrorResponseData
source · Fields§
§title: Option<String>
§detail: Option<String>
Implementations§
source§impl ErrorResponseData
impl ErrorResponseData
pub fn new() -> ErrorResponseData
Trait Implementations§
source§impl Clone for ErrorResponseData
impl Clone for ErrorResponseData
source§fn clone(&self) -> ErrorResponseData
fn clone(&self) -> ErrorResponseData
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 ErrorResponseData
impl Debug for ErrorResponseData
source§impl Default for ErrorResponseData
impl Default for ErrorResponseData
source§fn default() -> ErrorResponseData
fn default() -> ErrorResponseData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ErrorResponseData
impl<'de> Deserialize<'de> for ErrorResponseData
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