[][src]Struct kg_tree::opath::Args

pub struct Args<'a> { /* fields omitted */ }

Methods

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

pub fn count(&self) -> usize[src]

pub fn check_count_func(
    &self,
    id: &FuncId,
    min: u32,
    max: u32
) -> FuncCallResult
[src]

pub fn check_count_method(
    &self,
    id: &MethodId,
    kind: Kind,
    min: u32,
    max: u32
) -> FuncCallResult
[src]

pub fn resolve(&self, consumable: bool, env: Env) -> ExprResult<Vec<NodeSet>>[src]

pub fn resolve_flat(&self, consumable: bool, env: Env) -> ExprResult<NodeSet>[src]

pub fn resolve_column(
    &self,
    consumable: bool,
    column: usize,
    env: Env
) -> ExprResult<NodeSet>
[src]

pub fn resolve_rows(
    &self,
    consumable: bool,
    max_cols: Option<usize>,
    default: NodeRef,
    env: Env
) -> ExprResult<Vec<Vec<NodeRef>>>
[src]

pub fn resolve_rows_null(
    &self,
    consumable: bool,
    max_cols: Option<usize>,
    env: Env
) -> ExprResult<Vec<Vec<NodeRef>>>
[src]

Trait Implementations

impl<'a> Debug for Args<'a>[src]

Auto Trait Implementations

impl<'a> Unpin for Args<'a>

impl<'a> Sync for Args<'a>

impl<'a> Send for Args<'a>

impl<'a> UnwindSafe for Args<'a>

impl<'a> RefUnwindSafe for Args<'a>

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]