Struct mcaptcha::survey::SecretsStore
source · pub struct SecretsStore {
store: Arc<RwLock<HashMap<String, String>>>,
}
Fields§
§store: Arc<RwLock<HashMap<String, String>>>
Implementations§
Trait Implementations§
source§impl Clone for SecretsStore
impl Clone for SecretsStore
source§fn clone(&self) -> SecretsStore
fn clone(&self) -> SecretsStore
Returns a copy 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 SecretsStore
impl Debug for SecretsStore
source§impl Default for SecretsStore
impl Default for SecretsStore
source§fn default() -> SecretsStore
fn default() -> SecretsStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SecretsStore
impl Send for SecretsStore
impl Sync for SecretsStore
impl Unpin for SecretsStore
impl UnwindSafe 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