Struct sn0int::schema::urls::columns::path[][src]

pub struct path;

Trait Implementations

impl<QS> AppearsOnTable<QS> for path where
    QS: AppearsInFromClause<table, Count = Once>, 
[src]

impl Clone for path[src]

impl Column for path[src]

type Table = table

The table which this column belongs to

impl Copy for path[src]

impl Debug for path[src]

impl Default for path[src]

impl<T> EqAll<T> for path where
    T: AsExpression<Text>,
    Eq<path, T>: Expression<SqlType = Bool>, 
[src]

type Output = Eq<Self, T>

impl Expression for path[src]

type SqlType = Text

The type that this expression represents in SQL

impl NonAggregate for path[src]

impl<DB> QueryFragment<DB> for path where
    DB: Backend,
    <table as QuerySource>::FromClause: QueryFragment<DB>, 
[src]

impl QueryId for path[src]

type QueryId = path

A type which uniquely represents Self in a SQL query. Read more

impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for path where
    path: AppearsOnTable<Join<Left, Right, Inner>>,
    Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>, 
[src]

impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for path where
    path: AppearsOnTable<Join<Left, Right, LeftOuter>>,
    Left: AppearsInFromClause<table, Count = Once>,
    Right: AppearsInFromClause<table, Count = Never>, 
[src]

impl<Join, On> SelectableExpression<JoinOn<Join, On>> for path where
    path: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>, 
[src]

impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for path where
    path: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>, 
[src]

impl SelectableExpression<table> for path[src]

Auto Trait Implementations

impl RefUnwindSafe for path

impl Send for path

impl Sync for path

impl Unpin for path

impl UnwindSafe for path

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<QS, T, DB> BoxableExpression<QS, DB> for T where
    T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
    DB: Backend
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<Conn, DB, T> ExecuteDsl<Conn, DB> for T where
    T: QueryFragment<DB> + QueryId,
    DB: Backend,
    Conn: Connection<Backend = DB>, 
[src]

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoSql for T[src]

impl<T> NullableExpressionMethods for T where
    T: Expression
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> TryConv for T

impl<T> TryConv for T

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,