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