pub struct StatsigGlobal {
pub tokio_runtime: Mutex<Option<Arc<Runtime>>>,
pub pid: u32,
}
Fields§
§tokio_runtime: Mutex<Option<Arc<Runtime>>>
§pid: u32
Implementations§
Source§impl StatsigGlobal
impl StatsigGlobal
Auto Trait Implementations§
impl !Freeze for StatsigGlobal
impl !RefUnwindSafe for StatsigGlobal
impl Send for StatsigGlobal
impl Sync for StatsigGlobal
impl Unpin for StatsigGlobal
impl UnwindSafe for StatsigGlobal
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