pub struct KaijuParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for KaijuParser
impl RefUnwindSafe for KaijuParser
impl Send for KaijuParser
impl Sync for KaijuParser
impl Unpin for KaijuParser
impl UnwindSafe for KaijuParser
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