Struct fastly_api::apis::config_store_api::ListConfigStoresParams
source · 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 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 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 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