Struct stremio_core::analytics::Analytics
source · pub struct Analytics<E: Env> {
state: Arc<Mutex<State>>,
env: PhantomData<E>,
}
Fields§
§state: Arc<Mutex<State>>
§env: PhantomData<E>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for Analytics<E>
impl<E> RefUnwindSafe for Analytics<E>where
E: RefUnwindSafe,
impl<E> Send for Analytics<E>where
E: Send,
impl<E> Sync for Analytics<E>where
E: Sync,
impl<E> Unpin for Analytics<E>where
E: Unpin,
impl<E> UnwindSafe for Analytics<E>where
E: UnwindSafe,
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