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