pub struct QueryParsed { /* private fields */ }Implementations§
Source§impl QueryParsed
impl QueryParsed
pub fn query_parser_fuel_consumed(&self) -> u32
Source§impl QueryParsed
impl QueryParsed
pub fn analyze(self) -> QueryAnalyzed
pub fn source_map(&self) -> &SourceMap
pub fn diagnostics(&self) -> Diagnostics
pub fn asts(&self) -> &AstMap
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryParsed
impl !RefUnwindSafe for QueryParsed
impl !Send for QueryParsed
impl !Sync for QueryParsed
impl Unpin for QueryParsed
impl !UnwindSafe for QueryParsed
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