Struct stremio_core_web::env::ANALYTICS
source · struct ANALYTICS {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ANALYTICS
impl RefUnwindSafe for ANALYTICS
impl Send for ANALYTICS
impl Sync for ANALYTICS
impl Unpin for ANALYTICS
impl UnwindSafe for ANALYTICS
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