pub struct SubMsOtelResource;Expand description
Static helper carrying the detected resource set.
Implementations§
Auto Trait Implementations§
impl Freeze for SubMsOtelResource
impl RefUnwindSafe for SubMsOtelResource
impl Send for SubMsOtelResource
impl Sync for SubMsOtelResource
impl Unpin for SubMsOtelResource
impl UnsafeUnpin for SubMsOtelResource
impl UnwindSafe for SubMsOtelResource
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