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