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