Struct pdl_compiler::parser::PDLParser
source · pub struct PDLParser;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PDLParser
impl Send for PDLParser
impl Sync for PDLParser
impl Unpin for PDLParser
impl UnwindSafe for PDLParser
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