pub struct GoogleWriterConfig {
pub max_batch: usize,
pub max_delay: Duration,
pub buffer_size: usize,
}
Fields§
§max_batch: usize
§max_delay: Duration
§buffer_size: usize
Trait Implementations§
Source§impl Clone for GoogleWriterConfig
impl Clone for GoogleWriterConfig
Source§fn clone(&self) -> GoogleWriterConfig
fn clone(&self) -> GoogleWriterConfig
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 GoogleWriterConfig
impl Debug for GoogleWriterConfig
Auto Trait Implementations§
impl Freeze for GoogleWriterConfig
impl RefUnwindSafe for GoogleWriterConfig
impl Send for GoogleWriterConfig
impl Sync for GoogleWriterConfig
impl Unpin for GoogleWriterConfig
impl UnwindSafe for GoogleWriterConfig
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