pub struct BatchingPolicy { /* private fields */ }Expand description
BatchingPolicy defines common configuration items for used in batching operations such as OutputBatch modules
Trait Implementations§
Source§impl Clone for BatchingPolicy
impl Clone for BatchingPolicy
Source§fn clone(&self) -> BatchingPolicy
fn clone(&self) -> BatchingPolicy
Returns a copy 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 Default for BatchingPolicy
impl Default for BatchingPolicy
Source§fn default() -> BatchingPolicy
fn default() -> BatchingPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchingPolicy
impl<'de> Deserialize<'de> for BatchingPolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BatchingPolicy
impl RefUnwindSafe for BatchingPolicy
impl Send for BatchingPolicy
impl Sync for BatchingPolicy
impl Unpin for BatchingPolicy
impl UnwindSafe for BatchingPolicy
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