pub struct FileArgs {
pub file: String,
}Expand description
Argumente für parse und stats.
Fields§
§file: StringPfad zum pcap-File.
Trait Implementations§
impl Eq for FileArgs
impl StructuralPartialEq for FileArgs
Auto Trait Implementations§
impl Freeze for FileArgs
impl RefUnwindSafe for FileArgs
impl Send for FileArgs
impl Sync for FileArgs
impl Unpin for FileArgs
impl UnsafeUnpin for FileArgs
impl UnwindSafe for FileArgs
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