pub struct RenderLimits {
pub tool_input_max_bytes: usize,
pub tool_output_max_bytes: usize,
pub tool_output_max_lines: usize,
pub tool_live_output_lines: usize,
pub patch_diff_max_lines: usize,
}Fields§
§tool_input_max_bytes: usize§tool_output_max_bytes: usize§tool_output_max_lines: usize§tool_live_output_lines: usize§patch_diff_max_lines: usizeTrait Implementations§
Source§impl Clone for RenderLimits
impl Clone for RenderLimits
Source§fn clone(&self) -> RenderLimits
fn clone(&self) -> RenderLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderLimits
Source§impl Debug for RenderLimits
impl Debug for RenderLimits
Auto Trait Implementations§
impl Freeze for RenderLimits
impl RefUnwindSafe for RenderLimits
impl Send for RenderLimits
impl Sync for RenderLimits
impl Unpin for RenderLimits
impl UnsafeUnpin for RenderLimits
impl UnwindSafe for RenderLimits
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