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