pub struct IppParser<R> { /* private fields */ }
Expand description
Synchronous IPP parser
Implementations§
Auto Trait Implementations§
impl<R> RefUnwindSafe for IppParser<R>where R: RefUnwindSafe,
impl<R> Send for IppParser<R>where R: Send,
impl<R> Sync for IppParser<R>where R: Sync,
impl<R> Unpin for IppParser<R>where R: Unpin,
impl<R> UnwindSafe for IppParser<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