pub struct BatchingOptions {
pub max_batch_size: Option<usize>,
}Fields§
§max_batch_size: Option<usize>Trait Implementations§
Source§impl Clone for BatchingOptions
impl Clone for BatchingOptions
Source§fn clone(&self) -> BatchingOptions
fn clone(&self) -> BatchingOptions
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 Default for BatchingOptions
impl Default for BatchingOptions
Source§fn default() -> BatchingOptions
fn default() -> BatchingOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchingOptions
impl<'de> Deserialize<'de> for BatchingOptions
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 BatchingOptions
impl RefUnwindSafe for BatchingOptions
impl Send for BatchingOptions
impl Sync for BatchingOptions
impl Unpin for BatchingOptions
impl UnwindSafe for BatchingOptions
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