pub struct ConfigDoc {
pub root: Value,
pub profile: String,
}Expand description
Full parsed sova.toml (raw root for plugins; profile name for overlays).
Fields§
§root: ValueOriginal root table (server, mail, profile names, …).
profile: StringActive profile (development / production / test / custom).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigDoc
impl RefUnwindSafe for ConfigDoc
impl Send for ConfigDoc
impl Sync for ConfigDoc
impl Unpin for ConfigDoc
impl UnsafeUnpin for ConfigDoc
impl UnwindSafe for ConfigDoc
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