pub struct ConfigGetOutput {
pub path: PathBuf,
pub key: String,
pub value: Value,
}Fields§
§path: PathBuf§key: String§value: ValueAuto Trait Implementations§
impl Freeze for ConfigGetOutput
impl RefUnwindSafe for ConfigGetOutput
impl Send for ConfigGetOutput
impl Sync for ConfigGetOutput
impl Unpin for ConfigGetOutput
impl UnsafeUnpin for ConfigGetOutput
impl UnwindSafe for ConfigGetOutput
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