pub struct MissingWorkspaceRoot(pub Utf8PathBuf);Tuple Fields§
§0: Utf8PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for MissingWorkspaceRoot
impl RefUnwindSafe for MissingWorkspaceRoot
impl Send for MissingWorkspaceRoot
impl Sync for MissingWorkspaceRoot
impl Unpin for MissingWorkspaceRoot
impl UnsafeUnpin for MissingWorkspaceRoot
impl UnwindSafe for MissingWorkspaceRoot
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