pub struct WorkDir {
pub path: String,
}
Fields§
§path: String
Trait Implementations§
impl Eq for WorkDir
impl Instruction for WorkDir
impl StructuralPartialEq for WorkDir
Auto Trait Implementations§
impl Freeze for WorkDir
impl RefUnwindSafe for WorkDir
impl Send for WorkDir
impl Sync for WorkDir
impl Unpin for WorkDir
impl UnwindSafe for WorkDir
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