pub struct ConfigUnsetOutput {
pub path: PathBuf,
pub key: String,
pub removed: bool,
}Fields§
§path: PathBuf§key: String§removed: boolAuto Trait Implementations§
impl Freeze for ConfigUnsetOutput
impl RefUnwindSafe for ConfigUnsetOutput
impl Send for ConfigUnsetOutput
impl Sync for ConfigUnsetOutput
impl Unpin for ConfigUnsetOutput
impl UnsafeUnpin for ConfigUnsetOutput
impl UnwindSafe for ConfigUnsetOutput
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