pub struct ConfigShowOutput {
pub path: PathBuf,
pub exists: bool,
pub content: String,
}Fields§
§path: PathBuf§exists: bool§content: StringAuto Trait Implementations§
impl Freeze for ConfigShowOutput
impl RefUnwindSafe for ConfigShowOutput
impl Send for ConfigShowOutput
impl Sync for ConfigShowOutput
impl Unpin for ConfigShowOutput
impl UnsafeUnpin for ConfigShowOutput
impl UnwindSafe for ConfigShowOutput
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