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 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 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 Freeze for GetSecretParams
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