pub struct OtlpTransport<C: OtlpClient> {
pub endpoint: String,
pub client: C,
}Fields§
§endpoint: String§client: CImplementations§
Source§impl<C: OtlpClient> OtlpTransport<C>
impl<C: OtlpClient> OtlpTransport<C>
Auto Trait Implementations§
impl<C> Freeze for OtlpTransport<C>where
C: Freeze,
impl<C> RefUnwindSafe for OtlpTransport<C>where
C: RefUnwindSafe,
impl<C> Send for OtlpTransport<C>where
C: Send,
impl<C> Sync for OtlpTransport<C>where
C: Sync,
impl<C> Unpin for OtlpTransport<C>where
C: Unpin,
impl<C> UnsafeUnpin for OtlpTransport<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for OtlpTransport<C>where
C: UnwindSafe,
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