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