pub struct TextProblemDecoder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl TaskOutputDecoder for TextProblemDecoder
impl TaskOutputDecoder for TextProblemDecoder
fn push(&mut self, bytes: &[u8]) -> DecodedTaskOutput
fn finish(&mut self) -> DecodedTaskOutput
Auto Trait Implementations§
impl Freeze for TextProblemDecoder
impl RefUnwindSafe for TextProblemDecoder
impl Send for TextProblemDecoder
impl Sync for TextProblemDecoder
impl Unpin for TextProblemDecoder
impl UnsafeUnpin for TextProblemDecoder
impl UnwindSafe for TextProblemDecoder
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