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