Struct prometheus_client::encoding::text::ExemplarEncoder
source · [−]pub struct ExemplarEncoder<'a> { /* private fields */ }
Implementations
sourceimpl<'a> ExemplarEncoder<'a>
impl<'a> ExemplarEncoder<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ExemplarEncoder<'a>
impl<'a> !Send for ExemplarEncoder<'a>
impl<'a> !Sync for ExemplarEncoder<'a>
impl<'a> Unpin for ExemplarEncoder<'a>
impl<'a> !UnwindSafe for ExemplarEncoder<'a>
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