pub struct ListConfigStoresParams {
pub name: Option<String>,
}
Expand description
struct for passing parameters to the method list_config_stores
Fields§
§name: Option<String>
Returns a one-element array containing the details for the named config store.
Trait Implementations§
Source§impl Clone for ListConfigStoresParams
impl Clone for ListConfigStoresParams
Source§fn clone(&self) -> ListConfigStoresParams
fn clone(&self) -> ListConfigStoresParams
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 ListConfigStoresParams
impl Debug for ListConfigStoresParams
Source§impl Default for ListConfigStoresParams
impl Default for ListConfigStoresParams
Source§fn default() -> ListConfigStoresParams
fn default() -> ListConfigStoresParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListConfigStoresParams
impl RefUnwindSafe for ListConfigStoresParams
impl Send for ListConfigStoresParams
impl Sync for ListConfigStoresParams
impl Unpin for ListConfigStoresParams
impl UnwindSafe for ListConfigStoresParams
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