pub struct ConfigMapSource { /* private fields */ }Expand description
In-memory key/value config source.
Implementations§
Trait Implementations§
Source§impl Clone for ConfigMapSource
impl Clone for ConfigMapSource
Source§fn clone(&self) -> ConfigMapSource
fn clone(&self) -> ConfigMapSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConfigSource for ConfigMapSource
impl ConfigSource for ConfigMapSource
Source§impl Debug for ConfigMapSource
impl Debug for ConfigMapSource
Source§impl Default for ConfigMapSource
impl Default for ConfigMapSource
Source§fn default() -> ConfigMapSource
fn default() -> ConfigMapSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigMapSource
impl RefUnwindSafe for ConfigMapSource
impl Send for ConfigMapSource
impl Sync for ConfigMapSource
impl Unpin for ConfigMapSource
impl UnsafeUnpin for ConfigMapSource
impl UnwindSafe for ConfigMapSource
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