pub struct TomlConfigSource;Expand description
TOML file-based configuration source.
Reads from the standard config.toml file in the XDG config directory
and overlays environment variables with the APTU_ prefix.
Implementations§
Trait Implementations§
Source§impl ConfigSource for TomlConfigSource
Available on non-WebAssembly only.
impl ConfigSource for TomlConfigSource
Available on non-WebAssembly only.
Auto Trait Implementations§
impl Freeze for TomlConfigSource
impl RefUnwindSafe for TomlConfigSource
impl Send for TomlConfigSource
impl Sync for TomlConfigSource
impl Unpin for TomlConfigSource
impl UnsafeUnpin for TomlConfigSource
impl UnwindSafe for TomlConfigSource
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