Struct fastly_api::models::store_response::StoreResponse
source · pub struct StoreResponse {
pub id: Option<String>,
pub name: Option<String>,
}
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 ==
.source§impl Serialize for StoreResponse
impl Serialize for StoreResponse
impl StructuralPartialEq for StoreResponse
Auto Trait Implementations§
impl RefUnwindSafe for StoreResponse
impl Send for StoreResponse
impl Sync for StoreResponse
impl Unpin for StoreResponse
impl UnwindSafe for StoreResponse
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