pub struct LargeOutputLimits<'a> {
pub file_prefix: &'a str,
pub max_lines: usize,
pub max_bytes: usize,
pub show_head: bool,
}Fields§
§file_prefix: &'a str§max_lines: usize§max_bytes: usize§show_head: boolAuto Trait Implementations§
impl<'a> Freeze for LargeOutputLimits<'a>
impl<'a> RefUnwindSafe for LargeOutputLimits<'a>
impl<'a> Send for LargeOutputLimits<'a>
impl<'a> Sync for LargeOutputLimits<'a>
impl<'a> Unpin for LargeOutputLimits<'a>
impl<'a> UnsafeUnpin for LargeOutputLimits<'a>
impl<'a> UnwindSafe for LargeOutputLimits<'a>
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