Skip to main content

ITableConstructor

Trait ITableConstructor 

Source
pub trait ITableConstructor: IExpression {
    // Provided methods
    fn m_shared(self) -> bool { ... }
    fn set_m_shared(self, value: bool) { ... }
    fn m_positional_values(self) -> List_1<Expression> { ... }
    fn set_m_positional_values(self, value: List_1<Expression>) { ... }
    fn m_ctor_args(self) -> List_1<KeyValuePair_2<Expression, Expression>> { ... }
    fn set_m_ctor_args(
        self,
        value: List_1<KeyValuePair_2<Expression, Expression>>,
    ) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§