pub struct EnvironmentSecretFile { /* private fields */ }Implementations§
Source§impl EnvironmentSecretFile
impl EnvironmentSecretFile
pub fn with_prefix(s: &str) -> Self
pub fn prefix(self, s: &str) -> Self
pub fn prefix_separator(self, s: &str) -> Self
pub fn suffix(self, s: &str) -> Self
pub fn suffix_separator(self, s: &str) -> Self
pub fn separator(self, s: &str) -> Self
pub fn keep_prefix(self, keep: bool) -> Self
Trait Implementations§
Source§impl Clone for EnvironmentSecretFile
impl Clone for EnvironmentSecretFile
Source§fn clone(&self) -> EnvironmentSecretFile
fn clone(&self) -> EnvironmentSecretFile
Returns a duplicate 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 EnvironmentSecretFile
impl Debug for EnvironmentSecretFile
Source§impl Default for EnvironmentSecretFile
impl Default for EnvironmentSecretFile
Source§fn default() -> EnvironmentSecretFile
fn default() -> EnvironmentSecretFile
Returns the “default value” for a type. Read more
Source§impl Source for EnvironmentSecretFile
impl Source for EnvironmentSecretFile
fn clone_into_box(&self) -> Box<dyn Source + Send + Sync>
Source§fn collect(&self) -> Result<Map<String, Value>, ConfigError>
fn collect(&self) -> Result<Map<String, Value>, ConfigError>
Collect all configuration properties available from this source and return
a Map.
Source§fn collect_to(&self, cache: &mut Value) -> Result<(), ConfigError>
fn collect_to(&self, cache: &mut Value) -> Result<(), ConfigError>
Collects all configuration properties to a provided cache.
Auto Trait Implementations§
impl Freeze for EnvironmentSecretFile
impl RefUnwindSafe for EnvironmentSecretFile
impl Send for EnvironmentSecretFile
impl Sync for EnvironmentSecretFile
impl Unpin for EnvironmentSecretFile
impl UnwindSafe for EnvironmentSecretFile
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