pub struct IngestLimits {
pub max_value_len: usize,
}Expand description
Limits enforced before ingest requests reach the backend.
Fields§
§max_value_len: usizeMaximum accepted size, in bytes, for each value field.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.