Struct mentat_query_sql::TableList [] [src]

pub struct TableList(pub Vec<TableOrSubquery>);

Trait Implementations

impl QueryFragment for TableList
[src]

Auto Trait Implementations

impl !Send for TableList

impl !Sync for TableList