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