pub struct OtlpScope {
pub name: String,
pub version: String,
}Expand description
Identifies the instrumentation library.
Fields§
§name: StringLibrary name.
version: StringLibrary version.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OtlpScope
impl<'de> Deserialize<'de> for OtlpScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for OtlpScope
Auto Trait Implementations§
impl Freeze for OtlpScope
impl RefUnwindSafe for OtlpScope
impl Send for OtlpScope
impl Sync for OtlpScope
impl Unpin for OtlpScope
impl UnsafeUnpin for OtlpScope
impl UnwindSafe for OtlpScope
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