[−][src]Trait operator_framework::install::config::AppendString
Required methods
fn insert_string<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_string<S>(&mut self, key: S, value: T) where
S: ToString,
S: ToString,
fn init_string_from<S, P>(&mut self, key: S, provider: P) where
S: ToString,
P: FnOnce() -> T,
S: ToString,
P: FnOnce() -> T,
fn init_string<S>(&mut self, key: S, value: T) where
S: ToString,
S: ToString,
Implementations on Foreign Types
impl<T: Into<Vec<u8>>> AppendString<T> for Secret[src]
fn insert_string<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<String>> AppendString<T> for ConfigMap[src]
fn insert_string<S, P>(&mut self, key: S, keep_existing: bool, provider: P) where
S: ToString,
P: FnOnce() -> T, [src]
S: ToString,
P: FnOnce() -> T,