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