pub struct RespParser {
pub config: RespConfig,
/* private fields */
}
Expand description
The parser itself, use RespParser::read
to provide it buffers to parse
Fields§
§config: RespConfig
Configuration structure for memory limits
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RespParser
impl RefUnwindSafe for RespParser
impl Send for RespParser
impl Sync for RespParser
impl Unpin for RespParser
impl UnwindSafe for RespParser
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