pub struct LargeFilesCommand {
pub limit: usize,
pub threshold: Option<f64>,
}
Expand description
Large files command implementation
Fields§
§limit: usize
§threshold: Option<f64>
Trait Implementations§
Source§impl TestCommand for LargeFilesCommand
impl TestCommand for LargeFilesCommand
fn execute(&self) -> TestCommandResult
Auto Trait Implementations§
impl Freeze for LargeFilesCommand
impl RefUnwindSafe for LargeFilesCommand
impl Send for LargeFilesCommand
impl Sync for LargeFilesCommand
impl Unpin for LargeFilesCommand
impl UnwindSafe for LargeFilesCommand
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