pub struct Addendum<'a> {
pub pair: Pair<'a, Rule>,
pub line_no: i64,
}Expand description
A +-prefixed addendum line attached to a relation node. The pair holds
the 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 Addendum<'a>
impl<'a> RefUnwindSafe for Addendum<'a>
impl<'a> !Send for Addendum<'a>
impl<'a> !Sync for Addendum<'a>
impl<'a> Unpin for Addendum<'a>
impl<'a> UnsafeUnpin for Addendum<'a>
impl<'a> UnwindSafe for Addendum<'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