pub struct ConsoleCaptureOptions {
pub enabled: bool,
pub log_levels: Option<Vec<StatsigLogLineLevel>>,
pub user: Option<StatsigUser>,
pub max_keys: Option<u64>,
pub max_depth: Option<u64>,
pub max_length: Option<u64>,
}Fields§
§enabled: bool§log_levels: Option<Vec<StatsigLogLineLevel>>§user: Option<StatsigUser>§max_keys: Option<u64>§max_depth: Option<u64>§max_length: Option<u64>Trait Implementations§
Source§impl Clone for ConsoleCaptureOptions
impl Clone for ConsoleCaptureOptions
Source§fn clone(&self) -> ConsoleCaptureOptions
fn clone(&self) -> ConsoleCaptureOptions
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 ConsoleCaptureOptions
impl Default for ConsoleCaptureOptions
Source§fn default() -> ConsoleCaptureOptions
fn default() -> ConsoleCaptureOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConsoleCaptureOptions
impl RefUnwindSafe for ConsoleCaptureOptions
impl Send for ConsoleCaptureOptions
impl Sync for ConsoleCaptureOptions
impl Unpin for ConsoleCaptureOptions
impl UnwindSafe for ConsoleCaptureOptions
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