pub struct PatchTelemetryContext {
pub version: String,
pub platform: String,
pub arch: String,
pub command: String,
}Expand description
Telemetry context describing the execution environment.
Fields§
§version: String§platform: String§arch: String§command: StringTrait Implementations§
Source§impl Clone for PatchTelemetryContext
impl Clone for PatchTelemetryContext
Source§fn clone(&self) -> PatchTelemetryContext
fn clone(&self) -> PatchTelemetryContext
Returns a duplicate 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 PatchTelemetryContext
impl Debug for PatchTelemetryContext
Auto Trait Implementations§
impl Freeze for PatchTelemetryContext
impl RefUnwindSafe for PatchTelemetryContext
impl Send for PatchTelemetryContext
impl Sync for PatchTelemetryContext
impl Unpin for PatchTelemetryContext
impl UnsafeUnpin for PatchTelemetryContext
impl UnwindSafe for PatchTelemetryContext
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