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