pub struct SecretsStore { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SecretsStore
impl !UnwindSafe for SecretsStore
impl Freeze for SecretsStore
impl Send for SecretsStore
impl Sync for SecretsStore
impl Unpin for SecretsStore
impl UnsafeUnpin for SecretsStore
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