pub struct StatsigMetadataWithLogEventExtras {
pub base: StatsigMetadata,
pub flushing_interval_ms: u64,
pub batch_size: usize,
pub max_pending_batches: usize,
pub flush_type: String,
}
Fields§
§base: StatsigMetadata
§flushing_interval_ms: u64
§batch_size: usize
§max_pending_batches: usize
§flush_type: String
Trait Implementations§
Source§impl Clone for StatsigMetadataWithLogEventExtras
impl Clone for StatsigMetadataWithLogEventExtras
Source§fn clone(&self) -> StatsigMetadataWithLogEventExtras
fn clone(&self) -> StatsigMetadataWithLogEventExtras
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 moreAuto Trait Implementations§
impl Freeze for StatsigMetadataWithLogEventExtras
impl RefUnwindSafe for StatsigMetadataWithLogEventExtras
impl Send for StatsigMetadataWithLogEventExtras
impl Sync for StatsigMetadataWithLogEventExtras
impl Unpin for StatsigMetadataWithLogEventExtras
impl UnwindSafe for StatsigMetadataWithLogEventExtras
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