pub struct ConfigTreeBinding { /* private fields */ }Expand description
An implementation of Binding that reads files from a volume mounted
Kubernetes Secret.
Implementations§
Source§impl ConfigTreeBinding
impl ConfigTreeBinding
Sourcepub fn new<P: Into<PathBuf>>(root: P) -> ConfigTreeBinding
pub fn new<P: Into<PathBuf>>(root: P) -> ConfigTreeBinding
Creates a new instance.
root- the root of the volume mounted Kubernetes Secret
Trait Implementations§
Source§impl Binding for ConfigTreeBinding
impl Binding for ConfigTreeBinding
Auto Trait Implementations§
impl Freeze for ConfigTreeBinding
impl RefUnwindSafe for ConfigTreeBinding
impl Send for ConfigTreeBinding
impl Sync for ConfigTreeBinding
impl Unpin for ConfigTreeBinding
impl UnsafeUnpin for ConfigTreeBinding
impl UnwindSafe for ConfigTreeBinding
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