Struct json_ld_syntax::parse::Parser
source · pub struct Parser<C, F, E>{ /* private fields */ }
Expand description
JSON parser.
Implementations§
Auto Trait Implementations§
impl<C, F, E> RefUnwindSafe for Parser<C, F, E>
impl<C, F, E> Send for Parser<C, F, E>
impl<C, F, E> Sync for Parser<C, F, E>
impl<C, F, E> Unpin for Parser<C, F, E>
impl<C, F, E> UnwindSafe for Parser<C, F, E>
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