[][src]Struct whenever_parser::ast::LineOpList

pub struct LineOpList<'a> {
    pub range: &'a str,
    pub lineop: LineOp<'a>,
    pub comma: CommaToken<'a>,
    pub list: LineOps<'a>,
}

Fields

range: &'a strlineop: LineOp<'a>comma: CommaToken<'a>list: LineOps<'a>

Methods

impl<'a> LineOpList<'a>[src]

pub fn new(
    lineop: LineOp<'a>,
    comma: CommaToken<'a>,
    list: LineOps<'a>
) -> LineOpList<'a>
[src]

Trait Implementations

impl<'a> Graph<'a> for LineOpList<'a>[src]

impl<'a> LineOpsAlt<'a> for LineOpList<'a>[src]

Auto Trait Implementations

impl<'a> !Send for LineOpList<'a>

impl<'a> !Sync for LineOpList<'a>

impl<'a> Unpin for LineOpList<'a>

impl<'a> !UnwindSafe for LineOpList<'a>

impl<'a> !RefUnwindSafe for LineOpList<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]