pub struct UcmParser;Expand description
This pest parser implements the grammar in ../resources/ucm.pest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UcmParser
impl RefUnwindSafe for UcmParser
impl Send for UcmParser
impl Sync for UcmParser
impl Unpin for UcmParser
impl UnwindSafe for UcmParser
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