[][src]Struct darklua_core::nodes::TableExpression

pub struct TableExpression { /* fields omitted */ }

Implementations

impl TableExpression[src][]

pub fn new(entries: Vec<TableEntry>) -> Self[src]

pub fn get_entries(&self) -> &Vec<TableEntry>[src]

pub fn mutate_entries(&mut self) -> &mut Vec<TableEntry>[src]

Trait Implementations

impl Arguments<Expression, TableExpression> for Arguments[src][+]

impl Clone for TableExpression[src][+]

impl Debug for TableExpression[src][+]

impl Default for TableExpression[src][+]

impl Eq for TableExpression[src]

impl From<TableExpression> for Expression[src][+]

impl From<Vec<TableEntry>> for TableExpression[src][+]

impl PartialEq<TableExpression> for TableExpression[src][+]

impl StructuralEq for TableExpression[src]

impl StructuralPartialEq for TableExpression[src]

impl ToLua for TableExpression[src][+]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

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.