pub struct Decoder<S> { /* private fields */ }
Expand description
Decodes a name-value tuple into an Event
object using a preconfigured map of
parsers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Decoder<S>
impl<S> !RefUnwindSafe for Decoder<S>
impl<S> !Send for Decoder<S>
impl<S> !Sync for Decoder<S>
impl<S> Unpin for Decoder<S>
impl<S> !UnwindSafe for Decoder<S>
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