Struct smart_config::Yaml 
source · pub struct Yaml { /* private fields */ }Expand description
YAML-based configuration source.
Implementations§
Trait Implementations§
source§impl ConfigSource for Yaml
 
impl ConfigSource for Yaml
§type Kind = Hierarchical
 
type Kind = Hierarchical
Kind of the source.
source§fn into_contents(self) -> WithOrigin<Map>
 
fn into_contents(self) -> WithOrigin<Map>
Converts this source into config contents.
Auto Trait Implementations§
impl Freeze for Yaml
impl RefUnwindSafe for Yaml
impl Send for Yaml
impl Sync for Yaml
impl Unpin for Yaml
impl UnwindSafe for Yaml
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)