pub struct ParserLibrary { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ExternType for ParserLibrary
impl ExternType for ParserLibrary
impl Send for ParserLibrary
impl Sync for ParserLibrary
impl UniquePtrTarget for ParserLibrary
Auto Trait Implementations§
impl !Freeze for ParserLibrary
impl !Unpin for ParserLibrary
impl RefUnwindSafe for ParserLibrary
impl UnsafeUnpin for ParserLibrary
impl UnwindSafe for ParserLibrary
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