Struct opentelemetry::sdk::resource::SdkProvidedResourceDetector
source · [−]pub struct SdkProvidedResourceDetector;
Expand description
There are the attributes which MUST be provided by the SDK as specified in the Resource SDK specification. This detector detect those attributes and if the attribute cannot be detected, use the default value.
Trait Implementations
sourceimpl Debug for SdkProvidedResourceDetector
impl Debug for SdkProvidedResourceDetector
Auto Trait Implementations
impl RefUnwindSafe for SdkProvidedResourceDetector
impl Send for SdkProvidedResourceDetector
impl Sync for SdkProvidedResourceDetector
impl Unpin for SdkProvidedResourceDetector
impl UnwindSafe for SdkProvidedResourceDetector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more