pub struct XRay {
pub sdk_version: Option<String>,
}
Expand description
Metadata about the type and version of instrumentation used.
Fields§
§sdk_version: Option<String>
The version of SDK or agent being used.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XRay
impl Send for XRay
impl Sync for XRay
impl Unpin for XRay
impl UnwindSafe for XRay
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