Struct fastly_api::models::store_response::StoreResponse
source · Fields§
§id: Option<String>
ID of the store.
name: Option<String>
A human-readable name for the store.
Implementations§
source§impl StoreResponse
impl StoreResponse
pub fn new() -> StoreResponse
Trait Implementations§
source§impl Clone for StoreResponse
impl Clone for StoreResponse
source§fn clone(&self) -> StoreResponse
fn clone(&self) -> StoreResponse
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 StoreResponse
impl Debug for StoreResponse
source§impl Default for StoreResponse
impl Default for StoreResponse
source§fn default() -> StoreResponse
fn default() -> StoreResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StoreResponse
impl<'de> Deserialize<'de> for StoreResponse
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<StoreResponse> for StoreResponse
impl PartialEq<StoreResponse> for StoreResponse
source§fn eq(&self, other: &StoreResponse) -> bool
fn eq(&self, other: &StoreResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.