initSidebarItems({"trait":[["Column","A column on a database table. Types which implement this trait should have been generated by the `table!` macro."],["JoinTo","Indicates that two tables can be used together in a JOIN clause. Implementations of this trait will be generated for you automatically by the association annotations from codegen."],["Queryable","Trait indicating that a record can be queried from the database. This trait can be derived automatically. See the codegen documentation for more."],["Table","A SQL database table. Types which implement this trait should have been generated by the `table!` macro."]]});