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