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