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