Struct fastly_api::apis::secret_store_api::GetSecretStoreParams
source · pub struct GetSecretStoreParams {
pub store_id: String,
}
Expand description
struct for passing parameters to the method get_secret_store
Fields§
§store_id: String
Trait Implementations§
source§impl Clone for GetSecretStoreParams
impl Clone for GetSecretStoreParams
source§fn clone(&self) -> GetSecretStoreParams
fn clone(&self) -> GetSecretStoreParams
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 GetSecretStoreParams
impl Debug for GetSecretStoreParams
source§impl Default for GetSecretStoreParams
impl Default for GetSecretStoreParams
source§fn default() -> GetSecretStoreParams
fn default() -> GetSecretStoreParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetSecretStoreParams
impl Send for GetSecretStoreParams
impl Sync for GetSecretStoreParams
impl Unpin for GetSecretStoreParams
impl UnwindSafe for GetSecretStoreParams
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