pub struct IngestLimits {
pub max_line_bytes: usize,
pub max_raw_bytes_total: Option<usize>,
}Fields§
§max_line_bytes: usize§max_raw_bytes_total: Option<usize>Trait Implementations§
Source§impl Clone for IngestLimits
impl Clone for IngestLimits
Source§fn clone(&self) -> IngestLimits
fn clone(&self) -> IngestLimits
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 moreSource§impl Debug for IngestLimits
impl Debug for IngestLimits
Source§impl Default for IngestLimits
impl Default for IngestLimits
Source§impl PartialEq for IngestLimits
impl PartialEq for IngestLimits
Source§fn eq(&self, other: &IngestLimits) -> bool
fn eq(&self, other: &IngestLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IngestLimits
impl Eq for IngestLimits
impl StructuralPartialEq for IngestLimits
Auto Trait Implementations§
impl Freeze for IngestLimits
impl RefUnwindSafe for IngestLimits
impl Send for IngestLimits
impl Sync for IngestLimits
impl Unpin for IngestLimits
impl UnsafeUnpin for IngestLimits
impl UnwindSafe for IngestLimits
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