Struct shuttle_secrets::SecretStore
source · [−]pub struct SecretStore { /* private fields */ }Expand description
Store that holds all the secrets available to a deployment
Implementations
Trait Implementations
sourceimpl ResourceBuilder<SecretStore> for Secrets
impl ResourceBuilder<SecretStore> for Secrets
Get a store with all the secrets available to a deployment
Auto Trait Implementations
impl RefUnwindSafe for SecretStore
impl Send for SecretStore
impl Sync for SecretStore
impl Unpin for SecretStore
impl UnwindSafe for SecretStore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more