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