Struct fastly_api::apis::kv_store_api::CreateStoreParams
source · pub struct CreateStoreParams {
pub location: Option<String>,
pub store: Option<Store>,
}
Expand description
struct for passing parameters to the method create_store
Fields§
§location: Option<String>
§store: Option<Store>
Trait Implementations§
source§impl Clone for CreateStoreParams
impl Clone for CreateStoreParams
source§fn clone(&self) -> CreateStoreParams
fn clone(&self) -> CreateStoreParams
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 CreateStoreParams
impl Debug for CreateStoreParams
source§impl Default for CreateStoreParams
impl Default for CreateStoreParams
source§fn default() -> CreateStoreParams
fn default() -> CreateStoreParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CreateStoreParams
impl Send for CreateStoreParams
impl Sync for CreateStoreParams
impl Unpin for CreateStoreParams
impl UnwindSafe for CreateStoreParams
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