pub enum FrameParseOutput {
Completed(usize, CommandWithParsed),
Partial(usize),
}
Variants§
Completed(usize, CommandWithParsed)
Partial(usize)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FrameParseOutput
impl RefUnwindSafe for FrameParseOutput
impl Send for FrameParseOutput
impl Sync for FrameParseOutput
impl Unpin for FrameParseOutput
impl UnwindSafe for FrameParseOutput
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