pub struct AnalyticsService { /* private fields */ }Expand description
数据分析服务
提供搜索、数据分析等功能的统一入口。
Implementations§
Trait Implementations§
Source§impl Clone for AnalyticsService
impl Clone for AnalyticsService
Source§fn clone(&self) -> AnalyticsService
fn clone(&self) -> AnalyticsService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AnalyticsService
impl !RefUnwindSafe for AnalyticsService
impl Send for AnalyticsService
impl Sync for AnalyticsService
impl Unpin for AnalyticsService
impl UnsafeUnpin for AnalyticsService
impl !UnwindSafe for AnalyticsService
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