pub struct AdvExt<'a> {
pub pair: Pair<'a, Rule>,
pub line_no: i64,
}Expand description
An advanced-extension annotation (+ Enh:Name[args] or + Opt:Name[args])
that is attached to a relation node. The pair holds the adv_extension
grammar rule directly (already unwrapped from the outer planNode).
Fields§
§pair: Pair<'a, Rule>§line_no: i64Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AdvExt<'a>
impl<'a> RefUnwindSafe for AdvExt<'a>
impl<'a> !Send for AdvExt<'a>
impl<'a> !Sync for AdvExt<'a>
impl<'a> Unpin for AdvExt<'a>
impl<'a> UnwindSafe for AdvExt<'a>
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