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