pub struct LogDecoder { /* private fields */ }Implementations§
Source§impl LogDecoder
impl LogDecoder
pub const fn new() -> Self
pub fn feed(&mut self, level: IncomingLogLevel, text: &str) -> DecodeResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogDecoder
impl RefUnwindSafe for LogDecoder
impl Send for LogDecoder
impl Sync for LogDecoder
impl Unpin for LogDecoder
impl UnsafeUnpin for LogDecoder
impl UnwindSafe for LogDecoder
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