pub struct XlogParser;Expand description
Pest-based parser for XLOG Datalog syntax.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XlogParser
impl RefUnwindSafe for XlogParser
impl Send for XlogParser
impl Sync for XlogParser
impl Unpin for XlogParser
impl UnsafeUnpin for XlogParser
impl UnwindSafe for XlogParser
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