pub struct ConfigPathOutput {
pub path: PathBuf,
}Fields§
§path: PathBufAuto Trait Implementations§
impl Freeze for ConfigPathOutput
impl RefUnwindSafe for ConfigPathOutput
impl Send for ConfigPathOutput
impl Sync for ConfigPathOutput
impl Unpin for ConfigPathOutput
impl UnsafeUnpin for ConfigPathOutput
impl UnwindSafe for ConfigPathOutput
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