pub struct TelemetryAuth {
pub bearer_token: Option<SecretString>,
}Expand description
Authentication credentials used when uploading batches.
Fields§
§bearer_token: Option<SecretString>Trait Implementations§
Source§impl Clone for TelemetryAuth
impl Clone for TelemetryAuth
Source§fn clone(&self) -> TelemetryAuth
fn clone(&self) -> TelemetryAuth
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 moreSource§impl Default for TelemetryAuth
impl Default for TelemetryAuth
Source§fn default() -> TelemetryAuth
fn default() -> TelemetryAuth
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TelemetryAuth
impl RefUnwindSafe for TelemetryAuth
impl Send for TelemetryAuth
impl Sync for TelemetryAuth
impl Unpin for TelemetryAuth
impl UnsafeUnpin for TelemetryAuth
impl UnwindSafe for TelemetryAuth
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