Struct rusty_nail::recipe::schema::recipes::columns::star []

pub struct star;

Trait Implementations

impl SelectableExpression<InnerJoinSource<table, table>> for star

impl SelectableExpression<InnerJoinSource<table, table>> for star

impl SelectableExpression<LeftOuterJoinSource<table, table>, star::SqlType::Nullable> for star

impl SelectableExpression<LeftOuterJoinSource<table, table>> for star

impl Debug for star

Formats the value using the given formatter.

impl Clone for star

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for star

impl Expression for star

impl<DB: Backend> QueryFragment<DB> for star where table::FromClause: QueryFragment<DB>

impl SelectableExpression<table> for star