pub struct ConsoleCaptureInstance { /* private fields */ }Implementations§
Source§impl ConsoleCaptureInstance
impl ConsoleCaptureInstance
pub fn new( sdk_key: &str, statsig_options: &StatsigOptions, environment: &Option<HashMap<String, DynamicValue>>, ) -> Self
pub fn is_enabled(&self) -> bool
Auto Trait Implementations§
impl Freeze for ConsoleCaptureInstance
impl !RefUnwindSafe for ConsoleCaptureInstance
impl Send for ConsoleCaptureInstance
impl Sync for ConsoleCaptureInstance
impl Unpin for ConsoleCaptureInstance
impl !UnwindSafe for ConsoleCaptureInstance
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