Struct json_syntax::parse::Parser  
source · [−]pub struct Parser<C: Iterator<Item = Result<DecodedChar, E>>, F, E> { /* private fields */ }Expand description
JSON parser.
Implementations
Auto Trait Implementations
impl<C, F, E> RefUnwindSafe for Parser<C, F, E> where
    C: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe, 
impl<C, F, E> Send for Parser<C, F, E> where
    C: Send,
    E: Send,
    F: Send, 
impl<C, F, E> Sync for Parser<C, F, E> where
    C: Sync,
    E: Sync,
    F: Sync, 
impl<C, F, E> Unpin for Parser<C, F, E> where
    C: Unpin,
    E: Unpin,
    F: Unpin, 
impl<C, F, E> UnwindSafe for Parser<C, F, E> where
    C: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more