pub struct SecretsGlobalContext {
pub db: Database,
/* private fields */
}Fields§
§db: DatabaseImplementations§
Auto Trait Implementations§
impl Freeze for SecretsGlobalContext
impl !RefUnwindSafe for SecretsGlobalContext
impl Send for SecretsGlobalContext
impl Sync for SecretsGlobalContext
impl Unpin for SecretsGlobalContext
impl !UnwindSafe for SecretsGlobalContext
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