Struct plugx_config::loader::env::ConfigurationLoaderEnv
source · pub struct ConfigurationLoaderEnv { /* private fields */ }Implementations§
source§impl ConfigurationLoaderEnv
impl ConfigurationLoaderEnv
pub fn new() -> Self
pub fn set_prefix<P: AsRef<str>>(&mut self, prefix: P)
pub fn with_prefix<P: AsRef<str>>(self, prefix: P) -> Self
pub fn set_key_separator<K: AsRef<str>>(&mut self, key_separator: K)
pub fn with_key_separator<K: AsRef<str>>(self, key_separator: K) -> Self
Trait Implementations§
source§impl Clone for ConfigurationLoaderEnv
impl Clone for ConfigurationLoaderEnv
source§fn clone(&self) -> ConfigurationLoaderEnv
fn clone(&self) -> ConfigurationLoaderEnv
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ConfigurationLoaderEnv
impl Debug for ConfigurationLoaderEnv
Auto Trait Implementations§
impl RefUnwindSafe for ConfigurationLoaderEnv
impl Send for ConfigurationLoaderEnv
impl Sync for ConfigurationLoaderEnv
impl Unpin for ConfigurationLoaderEnv
impl UnwindSafe for ConfigurationLoaderEnv
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