pub struct Frontend {
parser: Parser,
}
Fields§
§parser: Parser
Implementations§
Auto Trait Implementations§
impl Freeze for Frontend
impl RefUnwindSafe for Frontend
impl Send for Frontend
impl Sync for Frontend
impl Unpin for Frontend
impl UnwindSafe for Frontend
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