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