Struct toml_env::TomlKeyPath
source · pub struct TomlKeyPath(/* private fields */);Expand description
A path to a key into a toml::Value.
Trait Implementations§
source§impl Clone for TomlKeyPath
impl Clone for TomlKeyPath
source§fn clone(&self) -> TomlKeyPath
fn clone(&self) -> TomlKeyPath
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 TomlKeyPath
impl Debug for TomlKeyPath
source§impl Display for TomlKeyPath
impl Display for TomlKeyPath
Auto Trait Implementations§
impl RefUnwindSafe for TomlKeyPath
impl Send for TomlKeyPath
impl Sync for TomlKeyPath
impl Unpin for TomlKeyPath
impl UnwindSafe for TomlKeyPath
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