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