pub struct InfoArgs {
pub file: String,
}Expand description
Argumente für info und list.
Fields§
§file: StringPfad zur .zddsrec-Datei.
Trait Implementations§
impl Eq for InfoArgs
impl StructuralPartialEq for InfoArgs
Auto Trait Implementations§
impl Freeze for InfoArgs
impl RefUnwindSafe for InfoArgs
impl Send for InfoArgs
impl Sync for InfoArgs
impl Unpin for InfoArgs
impl UnsafeUnpin for InfoArgs
impl UnwindSafe for InfoArgs
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