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