pub struct SourceRegistry { /* private fields */ }Expand description
A registry that maps source IDs to their Source implementations.
Pass a populated registry to Secret::bind or
bind_all to resolve secrets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceRegistry
impl !RefUnwindSafe for SourceRegistry
impl Send for SourceRegistry
impl Sync for SourceRegistry
impl Unpin for SourceRegistry
impl UnsafeUnpin for SourceRegistry
impl !UnwindSafe for SourceRegistry
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