[][src]Struct bracket::parser::ast::Condition

pub struct Condition<'source> { /* fields omitted */ }

Implementations

impl<'source> Condition<'source>[src]

pub fn new(source: &'source str, call: Call<'source>) -> Self[src]

pub fn call(&self) -> &Call<'source>[src]

pub fn nodes(&self) -> &Vec<Node<'source>>[src]

pub fn close(&self) -> &'source str[src]

pub fn trim_close(&self) -> TrimHint[src]

Trait Implementations

impl<'_> Debug for Condition<'_>[src]

impl<'_> Display for Condition<'_>[src]

impl<'source> Eq for Condition<'source>[src]

impl<'source> PartialEq<Condition<'source>> for Condition<'source>[src]

impl<'source> Slice<'source> for Condition<'source>[src]

impl<'source> StructuralEq for Condition<'source>[src]

impl<'source> StructuralPartialEq for Condition<'source>[src]

Auto Trait Implementations

impl<'source> RefUnwindSafe for Condition<'source>

impl<'source> Send for Condition<'source>

impl<'source> Sync for Condition<'source>

impl<'source> Unpin for Condition<'source>

impl<'source> UnwindSafe for Condition<'source>

Blanket Implementations

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

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

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

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

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

impl<T> ToString for T where
    T: Display + ?Sized
[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.