pub struct YamlConfigSource { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for YamlConfigSource
impl Clone for YamlConfigSource
Source§fn clone(&self) -> YamlConfigSource
fn clone(&self) -> YamlConfigSource
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 ConfigSource for YamlConfigSource
impl ConfigSource for YamlConfigSource
Auto Trait Implementations§
impl Freeze for YamlConfigSource
impl RefUnwindSafe for YamlConfigSource
impl Send for YamlConfigSource
impl Sync for YamlConfigSource
impl Unpin for YamlConfigSource
impl UnsafeUnpin for YamlConfigSource
impl UnwindSafe for YamlConfigSource
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