[−][src]Trait operator_framework::install::config::AppendBinary
Required methods
fn insert_binary<S, P>(&mut self, key: S, keep_existing: bool, provider: P) where
S: ToString,
P: FnOnce() -> T,
S: ToString,
P: FnOnce() -> T,
Provided methods
fn append_binary<S>(&mut self, key: S, value: T) where
S: ToString,
S: ToString,
fn init_binary_from<S, P>(&mut self, key: S, provider: P) where
S: ToString,
P: FnOnce() -> T,
S: ToString,
P: FnOnce() -> T,
fn init_binary<S>(&mut self, key: S, value: T) where
S: ToString,
S: ToString,
Implementations on Foreign Types
impl<T: Into<Vec<u8>>> AppendBinary<T> for Secret[src]
fn insert_binary<S, P>(&mut self, key: S, keep_existing: bool, provider: P) where
S: ToString,
P: FnOnce() -> T, [src]
S: ToString,
P: FnOnce() -> T,
impl<T: Into<Vec<u8>>> AppendBinary<T> for ConfigMap[src]
fn insert_binary<S, P>(&mut self, key: S, keep_existing: bool, provider: P) where
S: ToString,
P: FnOnce() -> T, [src]
S: ToString,
P: FnOnce() -> T,