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