#[non_exhaustive]pub struct DropLargeObjects { /* private fields */ }
Expand description
Configuration to drop large object values.
Implementations§
Trait Implementations§
Source§impl Clone for DropLargeObjects
impl Clone for DropLargeObjects
Source§fn clone(&self) -> DropLargeObjects
fn clone(&self) -> DropLargeObjects
Returns a duplicate of the value. Read more
1.0.0 · 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 DropLargeObjects
impl Debug for DropLargeObjects
Source§impl Default for DropLargeObjects
impl Default for DropLargeObjects
Source§fn default() -> DropLargeObjects
fn default() -> DropLargeObjects
Returns the “default value” for a type. Read more
Source§impl Message for DropLargeObjects
impl Message for DropLargeObjects
Source§impl PartialEq for DropLargeObjects
impl PartialEq for DropLargeObjects
impl StructuralPartialEq for DropLargeObjects
Auto Trait Implementations§
impl Freeze for DropLargeObjects
impl RefUnwindSafe for DropLargeObjects
impl Send for DropLargeObjects
impl Sync for DropLargeObjects
impl Unpin for DropLargeObjects
impl UnwindSafe for DropLargeObjects
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