#[repr(C)]pub struct ParserBuilder { /* private fields */ }
Trait Implementations§
Source§impl ExternType for ParserBuilder
impl ExternType for ParserBuilder
impl Send for ParserBuilder
impl Sync for ParserBuilder
Auto Trait Implementations§
impl !Freeze for ParserBuilder
impl RefUnwindSafe for ParserBuilder
impl !Unpin for ParserBuilder
impl UnwindSafe for ParserBuilder
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