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