pub struct FrameParser {
pub buffer: Vec<u8>,
}Fields§
§buffer: Vec<u8>Implementations§
Source§impl FrameParser
impl FrameParser
Auto Trait Implementations§
impl Freeze for FrameParser
impl RefUnwindSafe for FrameParser
impl Send for FrameParser
impl Sync for FrameParser
impl Unpin for FrameParser
impl UnwindSafe for FrameParser
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