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