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