Struct fastly_api::apis::config_store_api::GetConfigStoreInfoParams
source · pub struct GetConfigStoreInfoParams {
pub config_store_id: String,
}
Expand description
struct for passing parameters to the method get_config_store_info
Fields§
§config_store_id: String
An alphanumeric string identifying the config store.
Trait Implementations§
source§impl Clone for GetConfigStoreInfoParams
impl Clone for GetConfigStoreInfoParams
source§fn clone(&self) -> GetConfigStoreInfoParams
fn clone(&self) -> GetConfigStoreInfoParams
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 GetConfigStoreInfoParams
impl Debug for GetConfigStoreInfoParams
source§impl Default for GetConfigStoreInfoParams
impl Default for GetConfigStoreInfoParams
source§fn default() -> GetConfigStoreInfoParams
fn default() -> GetConfigStoreInfoParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetConfigStoreInfoParams
impl Send for GetConfigStoreInfoParams
impl Sync for GetConfigStoreInfoParams
impl Unpin for GetConfigStoreInfoParams
impl UnwindSafe for GetConfigStoreInfoParams
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