pub struct CmakeParser;Expand description
Internal pest parser generated from cmake.pest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmakeParser
impl RefUnwindSafe for CmakeParser
impl Send for CmakeParser
impl Sync for CmakeParser
impl Unpin for CmakeParser
impl UnsafeUnpin for CmakeParser
impl UnwindSafe for CmakeParser
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