pub struct EnvOnlySource;Expand description
Environment-only source for consumers without database access.
Trait Implementations§
Source§impl ConfigSource for EnvOnlySource
impl ConfigSource for EnvOnlySource
Auto Trait Implementations§
impl Freeze for EnvOnlySource
impl RefUnwindSafe for EnvOnlySource
impl Send for EnvOnlySource
impl Sync for EnvOnlySource
impl Unpin for EnvOnlySource
impl UnsafeUnpin for EnvOnlySource
impl UnwindSafe for EnvOnlySource
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