pub struct SecretsManagerState {
pub account_id: String,
pub region: String,
pub secrets: HashMap<String, Secret>,
}Fields§
§account_id: String§region: String§secrets: HashMap<String, Secret>Implementations§
Auto Trait Implementations§
impl Freeze for SecretsManagerState
impl RefUnwindSafe for SecretsManagerState
impl Send for SecretsManagerState
impl Sync for SecretsManagerState
impl Unpin for SecretsManagerState
impl UnsafeUnpin for SecretsManagerState
impl UnwindSafe for SecretsManagerState
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