pub struct MakeBodyLayout { /* private fields */ }
Expand description
Make an OpenTelemetry body with the configured Layout
.
Implementations§
Trait Implementations§
Source§impl Debug for MakeBodyLayout
impl Debug for MakeBodyLayout
Auto Trait Implementations§
impl Freeze for MakeBodyLayout
impl !RefUnwindSafe for MakeBodyLayout
impl Send for MakeBodyLayout
impl Sync for MakeBodyLayout
impl Unpin for MakeBodyLayout
impl !UnwindSafe for MakeBodyLayout
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