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