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