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