pub struct AnalyticsClient {
pub backend_canister_id: Principal,
}Fields§
§backend_canister_id: PrincipalImplementations§
Trait Implementations§
Source§impl Clone for AnalyticsClient
impl Clone for AnalyticsClient
Source§fn clone(&self) -> AnalyticsClient
fn clone(&self) -> AnalyticsClient
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 AnalyticsClient
impl RefUnwindSafe for AnalyticsClient
impl Send for AnalyticsClient
impl Sync for AnalyticsClient
impl Unpin for AnalyticsClient
impl UnsafeUnpin for AnalyticsClient
impl UnwindSafe for AnalyticsClient
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