pub struct TelemetryOptions { /* private fields */ }
Expand description
Telemetry options.
Implementations§
source§impl TelemetryOptions
impl TelemetryOptions
sourcepub fn application_id<P: Into<String>>(self, application_id: P) -> Self
pub fn application_id<P: Into<String>>(self, application_id: P) -> Self
Set the application ID to telemetry.
Trait Implementations§
source§impl Clone for TelemetryOptions
impl Clone for TelemetryOptions
source§fn clone(&self) -> TelemetryOptions
fn clone(&self) -> TelemetryOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TelemetryOptions
impl Debug for TelemetryOptions
source§impl Default for TelemetryOptions
impl Default for TelemetryOptions
source§fn default() -> TelemetryOptions
fn default() -> TelemetryOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TelemetryOptions
impl RefUnwindSafe for TelemetryOptions
impl Send for TelemetryOptions
impl Sync for TelemetryOptions
impl Unpin for TelemetryOptions
impl UnwindSafe for TelemetryOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)