pub struct AtAtParser<R: Read> { /* private fields */ }Expand description
AtAt Encoded KV Parser
Implementations§
Source§impl<R: Read> AtAtParser<R>
impl<R: Read> AtAtParser<R>
Auto Trait Implementations§
impl<R> Freeze for AtAtParser<R>where
R: Freeze,
impl<R> RefUnwindSafe for AtAtParser<R>where
R: RefUnwindSafe,
impl<R> Send for AtAtParser<R>where
R: Send,
impl<R> Sync for AtAtParser<R>where
R: Sync,
impl<R> Unpin for AtAtParser<R>where
R: Unpin,
impl<R> UnwindSafe for AtAtParser<R>where
R: UnwindSafe,
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