Struct sqlx::Postgres[][src]

pub struct Postgres;
This is supported on crate feature postgres only.

PostgreSQL database driver.

Trait Implementations

impl Database for Postgres[src]

type Connection = PgConnection

The concrete Connection implementation for this database.

type TransactionManager = PgTransactionManager

The concrete TransactionManager implementation for this database.

type Row = PgRow

The concrete Row implementation for this database.

type QueryResult = PgQueryResult

The concrete QueryResult implementation for this database.

type Column = PgColumn

The concrete Column implementation for this database.

type TypeInfo = PgTypeInfo

The concrete TypeInfo implementation for this database.

type Value = PgValue

The concrete type used to hold an owned copy of the not-yet-decoded value that was received from the database. Read more

impl Debug for Postgres[src]

impl<'_> Decode<'_, Postgres> for BigDecimal[src]

impl<'_> Decode<'_, Postgres> for IpNetwork[src]

impl<'_> Decode<'_, Postgres> for i32[src]

impl<'_> Decode<'_, Postgres> for i16[src]

impl<'_> Decode<'_, Postgres> for Vec<u8, Global>[src]

impl<'_> Decode<'_, Postgres> for u32[src]

impl<'_> Decode<'_, Postgres> for bool[src]

impl<'_> Decode<'_, Postgres> for Uuid[src]

impl<'_> Decode<'_, Postgres> for f32[src]

impl<'_> Decode<'_, Postgres> for PgMoney[src]

impl<'_> Decode<'_, Postgres> for Decimal[src]

impl<'_> Decode<'_, Postgres> for String[src]

impl<'_> Decode<'_, Postgres> for i8[src]

impl<'_> Decode<'_, Postgres> for i64[src]

impl<'_> Decode<'_, Postgres> for BitVec<u32>[src]

impl<'_> Decode<'_, Postgres> for f64[src]

impl<'de> Decode<'de, Postgres> for PgInterval[src]

impl<'r> Decode<'r, Postgres> for NaiveTime[src]

impl<'r, T1, T2, T3, T4, T5, T6, T7, T8, T9> Decode<'r, Postgres> for (T1, T2, T3, T4, T5, T6, T7, T8, T9) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T4: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T5: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T6: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T7: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T8: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T9: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r> Decode<'r, Postgres> for PgTimeTz<NaiveTime, FixedOffset>[src]

impl<'r> Decode<'r, Postgres> for Date[src]

impl<'r> Decode<'r, Postgres> for OffsetDateTime[src]

impl<'r, T1, T2, T3, T4, T5, T6> Decode<'r, Postgres> for (T1, T2, T3, T4, T5, T6) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T4: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T5: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T6: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r, T1, T2, T3, T4, T5, T6, T7> Decode<'r, Postgres> for (T1, T2, T3, T4, T5, T6, T7) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T4: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T5: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T6: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T7: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r, T> Decode<'r, Postgres> for Json<T> where
    T: 'r + Deserialize<'r>, 
[src]

impl<'r> Decode<'r, Postgres> for ()[src]

impl<'r> Decode<'r, Postgres> for PgTimeTz<Time, UtcOffset>[src]

impl<'r, T> Decode<'r, Postgres> for Vec<T, Global> where
    T: for<'a> Decode<'a, Postgres> + Type<Postgres>,
    Vec<T, Global>: Type<Postgres>, 
[src]

impl<'r, T1, T2> Decode<'r, Postgres> for (T1, T2) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r, T1, T2, T3, T4, T5, T6, T7, T8> Decode<'r, Postgres> for (T1, T2, T3, T4, T5, T6, T7, T8) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T4: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T5: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T6: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T7: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T8: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r, T1, T2, T3> Decode<'r, Postgres> for (T1, T2, T3) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r> Decode<'r, Postgres> for PrimitiveDateTime[src]

impl<'r, T> Decode<'r, Postgres> for PgRange<T> where
    T: Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r, T1> Decode<'r, Postgres> for (T1,) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r> Decode<'r, Postgres> for NaiveDate[src]

impl<'r, T1, T2, T3, T4> Decode<'r, Postgres> for (T1, T2, T3, T4) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T4: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r, T1, T2, T3, T4, T5> Decode<'r, Postgres> for (T1, T2, T3, T4, T5) where
    T1: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T2: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T3: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T4: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>,
    T5: 'r + Type<Postgres> + for<'a> Decode<'a, Postgres>, 
[src]

impl<'r> Decode<'r, Postgres> for Time[src]

impl<'r> Decode<'r, Postgres> for DateTime<Utc>[src]

impl<'r> Decode<'r, Postgres> for DateTime<FixedOffset>[src]

impl<'r> Decode<'r, Postgres> for NaiveDateTime[src]

impl<'r> Decode<'r, Postgres> for &'r [u8][src]

impl<'r> Decode<'r, Postgres> for &'r str[src]

impl<'r> Decode<'r, Postgres> for DateTime<Local>[src]

impl<'_, Tz> Encode<'_, Postgres> for DateTime<Tz> where
    Tz: TimeZone
[src]

impl<'_> Encode<'_, Postgres> for i64[src]

impl<'_> Encode<'_, Postgres> for NaiveDateTime[src]

impl<'_> Encode<'_, Postgres> for Vec<u8, Global>[src]

impl<'_> Encode<'_, Postgres> for OffsetDateTime[src]

impl<'_> Encode<'_, Postgres> for u32[src]

impl<'_> Encode<'_, Postgres> for Duration[src]

impl<'_> Encode<'_, Postgres> for String[src]

impl<'_> Encode<'_, Postgres> for NaiveDate[src]

impl<'_> Encode<'_, Postgres> for i32[src]

impl<'_> Encode<'_, Postgres> for PgInterval[src]

impl<'_> Encode<'_, Postgres> for IpNetwork[src]

impl<'_> Encode<'_, Postgres> for i8[src]

impl<'_, '_> Encode<'_, Postgres> for &'_ str[src]

impl<'_> Encode<'_, Postgres> for BigDecimal[src]

Panics

If this BigDecimal cannot be represented by PgNumeric.

impl<'_> Encode<'_, Postgres> for Duration[src]

impl<'_> Encode<'_, Postgres> for f32[src]

impl<'_> Encode<'_, Postgres> for BitVec<u32>[src]

impl<'_> Encode<'_, Postgres> for Time[src]

impl<'_> Encode<'_, Postgres> for PgMoney[src]

impl<'_> Encode<'_, Postgres> for i16[src]

impl<'_> Encode<'_, Postgres> for NaiveTime[src]

impl<'_> Encode<'_, Postgres> for Duration[src]

impl<'_> Encode<'_, Postgres> for Date[src]

impl<'_> Encode<'_, Postgres> for Uuid[src]

impl<'_> Encode<'_, Postgres> for PgTimeTz<Time, UtcOffset>[src]

impl<'_> Encode<'_, Postgres> for PgTimeTz<NaiveTime, FixedOffset>[src]

impl<'_, '_> Encode<'_, Postgres> for &'_ [u8][src]

impl<'_> Encode<'_, Postgres> for PrimitiveDateTime[src]

impl<'_> Encode<'_, Postgres> for Decimal[src]

Panics

If this Decimal cannot be represented by PgNumeric.

impl<'_> Encode<'_, Postgres> for bool[src]

impl<'_> Encode<'_, Postgres> for f64[src]

impl<'q, T> Encode<'q, Postgres> for Json<T> where
    T: Serialize
[src]

impl<'q, '_, T> Encode<'q, Postgres> for &'_ [T] where
    T: Encode<'q, Postgres> + Type<Postgres>,
    &'_ [T]: Type<Postgres>, 
[src]

impl<'q, T> Encode<'q, Postgres> for Option<T> where
    T: Encode<'q, Postgres> + Type<Postgres> + 'q, 
[src]

impl<'q, T> Encode<'q, Postgres> for PgRange<T> where
    T: Encode<'q, Postgres>, 
[src]

impl<'q, T> Encode<'q, Postgres> for Vec<T, Global> where
    T: Encode<'q, Postgres>,
    &'a [T]: for<'a> Encode<'q, Postgres>,
    Vec<T, Global>: Type<Postgres>, 
[src]

impl<'_> HasArguments<'_> for Postgres[src]

type Database = Postgres

type Arguments = PgArguments

The concrete Arguments implementation for this database.

type ArgumentBuffer = PgArgumentBuffer

The concrete type used as a buffer for arguments while encoding.

impl<'q> HasStatement<'q> for Postgres[src]

type Database = Postgres

type Statement = PgStatement<'q>

The concrete Statement implementation for this database.

impl HasStatementCache for Postgres[src]

impl<'r> HasValueRef<'r> for Postgres[src]

type Database = Postgres

type ValueRef = PgValueRef<'r>

The concrete type used to hold a reference to the not-yet-decoded value that has just been received from the database. Read more

impl MigrateDatabase for Postgres[src]

impl Type<Postgres> for PgRange<NaiveDateTime>[src]

impl Type<Postgres> for Vec<Vec<u8, Global>, Global>[src]

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9> Type<Postgres> for Vec<(T1, T2, T3, T4, T5, T6, T7, T8, T9), Global>[src]

impl Type<Postgres> for PgRange<Date>[src]

impl Type<Postgres> for [f32][src]

impl Type<Postgres> for [Vec<u8, Global>][src]

impl<Time, Offset> Type<Postgres> for Vec<PgTimeTz<Time, Offset>, Global> where
    PgTimeTz<Time, Offset>: Type<Postgres>, 
[src]

impl Type<Postgres> for BitVec<u32>[src]

impl Type<Postgres> for Vec<Time, Global>[src]

impl Type<Postgres> for [Duration][src]

impl Type<Postgres> for [i16][src]

impl Type<Postgres> for [BigDecimal][src]

impl<T1, T2, T3> Type<Postgres> for Vec<(T1, T2, T3), Global>[src]

impl Type<Postgres> for [NaiveDateTime][src]

impl Type<Postgres> for [u8][src]

impl<'_> Type<Postgres> for Vec<&'_ str, Global>[src]

impl<T1> Type<Postgres> for (T1,)[src]

impl Type<Postgres> for [u32][src]

impl<T1, T2, T3, T4, T5, T6, T7> Type<Postgres> for (T1, T2, T3, T4, T5, T6, T7)[src]

impl<T> Type<Postgres> for [Json<T>][src]

impl Type<Postgres> for Vec<NaiveDate, Global>[src]

impl Type<Postgres> for ()[src]

impl Type<Postgres> for PrimitiveDateTime[src]

impl<T1, T2, T3, T4, T5, T6> Type<Postgres> for (T1, T2, T3, T4, T5, T6)[src]

impl Type<Postgres> for Duration[src]

impl Type<Postgres> for Uuid[src]

impl Type<Postgres> for String[src]

impl Type<Postgres> for PgRange<PrimitiveDateTime>[src]

impl<T1, T2, T3> Type<Postgres> for [(T1, T2, T3)][src]

impl Type<Postgres> for [Time][src]

impl Type<Postgres> for Vec<BigDecimal, Global>[src]

impl Type<Postgres> for [bool][src]

impl Type<Postgres> for Vec<String, Global>[src]

impl Type<Postgres> for str[src]

impl Type<Postgres> for Vec<i32, Global>[src]

impl Type<Postgres> for PgRange<i32>[src]

impl Type<Postgres> for Vec<PgRange<OffsetDateTime>, Global>[src]

impl Type<Postgres> for Vec<NaiveTime, Global>[src]

impl Type<Postgres> for Vec<PgMoney, Global>[src]

impl<T1, T2, T3, T4> Type<Postgres> for (T1, T2, T3, T4)[src]

impl Type<Postgres> for PgTimeTz<NaiveTime, FixedOffset>[src]

impl Type<Postgres> for PgInterval[src]

impl Type<Postgres> for PgRange<BigDecimal>[src]

impl<T1, T2, T3, T4, T5, T6, T7> Type<Postgres> for Vec<(T1, T2, T3, T4, T5, T6, T7), Global>[src]

impl Type<Postgres> for [Duration][src]

impl<T1, T2, T3> Type<Postgres> for (T1, T2, T3)[src]

impl Type<Postgres> for Vec<PgRange<BigDecimal>, Global>[src]

impl<T1> Type<Postgres> for [(T1,)][src]

impl Type<Postgres> for PgRange<OffsetDateTime>[src]

impl Type<Postgres> for [PgRange<i64>][src]

impl Type<Postgres> for OffsetDateTime[src]

impl Type<Postgres> for i16[src]

impl Type<Postgres> for Vec<f64, Global>[src]

impl Type<Postgres> for Vec<u32, Global>[src]

impl Type<Postgres> for [i8][src]

impl Type<Postgres> for [NaiveDate][src]

impl<'_> Type<Postgres> for Vec<&'_ [u8], Global>[src]

impl<'_> Type<Postgres> for [&'_ str][src]

impl<'_> Type<Postgres> for [&'_ [u8]][src]

impl Type<Postgres> for Vec<PgRange<PrimitiveDateTime>, Global>[src]

impl Type<Postgres> for [PgRange<i32>][src]

impl Type<Postgres> for i64[src]

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9> Type<Postgres> for [(T1, T2, T3, T4, T5, T6, T7, T8, T9)][src]

impl Type<Postgres> for Decimal[src]

impl Type<Postgres> for Vec<PgRange<NaiveDate>, Global>[src]

impl<T> Type<Postgres> for Vec<Option<T>, Global> where
    Vec<T, Global>: Type<Postgres>, 
[src]

impl<Tz> Type<Postgres> for Vec<DateTime<Tz>, Global> where
    Tz: TimeZone
[src]

impl Type<Postgres> for Vec<PgRange<i32>, Global>[src]

impl Type<Postgres> for [PgRange<NaiveDateTime>][src]

impl<T1, T2, T3, T4, T5, T6, T7, T8> Type<Postgres> for (T1, T2, T3, T4, T5, T6, T7, T8)[src]

impl Type<Postgres> for [Duration][src]

impl Type<Postgres> for [PgRange<BigDecimal>][src]

impl Type<Postgres> for Vec<OffsetDateTime, Global>[src]

impl Type<Postgres> for Vec<bool, Global>[src]

impl Type<Postgres> for [String][src]

impl<T1, T2, T3, T4, T5> Type<Postgres> for [(T1, T2, T3, T4, T5)][src]

impl Type<Postgres> for Vec<i8, Global>[src]

impl<T1, T2, T3, T4, T5> Type<Postgres> for Vec<(T1, T2, T3, T4, T5), Global>[src]

impl<T> Type<Postgres> for Vec<Json<T>, Global>[src]

impl Type<Postgres> for Vec<i16, Global>[src]

impl Type<Postgres> for [f64][src]

impl Type<Postgres> for bool[src]

impl Type<Postgres> for PgMoney[src]

impl Type<Postgres> for NaiveDateTime[src]

impl<Tz> Type<Postgres> for DateTime<Tz> where
    Tz: TimeZone
[src]

impl<T1, T2, T3, T4, T5, T6, T7> Type<Postgres> for [(T1, T2, T3, T4, T5, T6, T7)][src]

impl Type<Postgres> for [IpNetwork][src]

impl<T1> Type<Postgres> for Vec<(T1,), Global>[src]

impl Type<Postgres> for Vec<u8, Global>[src]

impl Type<Postgres> for [Decimal][src]

impl Type<Postgres> for [PgRange<PrimitiveDateTime>][src]

impl Type<Postgres> for [PgInterval][src]

impl Type<Postgres> for Vec<i64, Global>[src]

impl Type<Postgres> for NaiveTime[src]

impl Type<Postgres> for i32[src]

impl Type<Postgres> for PgRange<i64>[src]

impl Type<Postgres> for Duration[src]

impl Type<Postgres> for Duration[src]

impl Type<Postgres> for IpNetwork[src]

impl Type<Postgres> for [BitVec<u32>][src]

impl Type<Postgres> for NaiveDate[src]

impl Type<Postgres> for [i64][src]

impl<T1, T2> Type<Postgres> for Vec<(T1, T2), Global>[src]

impl Type<Postgres> for [PgRange<Date>][src]

impl Type<Postgres> for [Date][src]

impl<T1, T2> Type<Postgres> for (T1, T2)[src]

impl Type<Postgres> for Date[src]

impl<Tz> Type<Postgres> for [DateTime<Tz>] where
    Tz: TimeZone
[src]

impl Type<Postgres> for PgRange<NaiveDate>[src]

impl Type<Postgres> for [NaiveTime][src]

impl Type<Postgres> for [Uuid][src]

impl Type<Postgres> for Vec<PrimitiveDateTime, Global>[src]

impl<Tz> Type<Postgres> for Vec<PgRange<DateTime<Tz>>, Global> where
    Tz: TimeZone
[src]

impl Type<Postgres> for Vec<NaiveDateTime, Global>[src]

impl Type<Postgres> for [i32][src]

impl<Tz> Type<Postgres> for [PgRange<DateTime<Tz>>] where
    Tz: TimeZone
[src]

impl Type<Postgres> for [OffsetDateTime][src]

impl Type<Postgres> for Vec<Decimal, Global>[src]

impl<Time, Offset> Type<Postgres> for [PgTimeTz<Time, Offset>] where
    PgTimeTz<Time, Offset>: Type<Postgres>, 
[src]

impl Type<Postgres> for PgTimeTz<Time, UtcOffset>[src]

impl Type<Postgres> for [PgRange<OffsetDateTime>][src]

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9> Type<Postgres> for (T1, T2, T3, T4, T5, T6, T7, T8, T9)[src]

impl Type<Postgres> for u32[src]

impl<T1, T2, T3, T4, T5, T6, T7, T8> Type<Postgres> for Vec<(T1, T2, T3, T4, T5, T6, T7, T8), Global>[src]

impl<T1, T2, T3, T4> Type<Postgres> for Vec<(T1, T2, T3, T4), Global>[src]

impl Type<Postgres> for i8[src]

impl Type<Postgres> for [PgMoney][src]

impl<T1, T2, T3, T4, T5, T6, T7, T8> Type<Postgres> for [(T1, T2, T3, T4, T5, T6, T7, T8)][src]

impl Type<Postgres> for Vec<Date, Global>[src]

impl Type<Postgres> for Time[src]

impl Type<Postgres> for [PgRange<NaiveDate>][src]

impl Type<Postgres> for [PrimitiveDateTime][src]

impl Type<Postgres> for Vec<PgRange<Date>, Global>[src]

impl<T> Type<Postgres> for [Option<T>] where
    [T]: Type<Postgres>, 
[src]

impl<T1, T2, T3, T4> Type<Postgres> for [(T1, T2, T3, T4)][src]

impl<Tz> Type<Postgres> for PgRange<DateTime<Tz>> where
    Tz: TimeZone
[src]

impl<T1, T2> Type<Postgres> for [(T1, T2)][src]

impl Type<Postgres> for Vec<BitVec<u32>, Global>[src]

impl Type<Postgres> for Vec<IpNetwork, Global>[src]

impl Type<Postgres> for Vec<PgRange<NaiveDateTime>, Global>[src]

impl Type<Postgres> for Vec<Uuid, Global>[src]

impl Type<Postgres> for Vec<PgRange<i64>, Global>[src]

impl Type<Postgres> for Vec<f32, Global>[src]

impl<T1, T2, T3, T4, T5, T6> Type<Postgres> for [(T1, T2, T3, T4, T5, T6)][src]

impl Type<Postgres> for f64[src]

impl<T1, T2, T3, T4, T5> Type<Postgres> for (T1, T2, T3, T4, T5)[src]

impl<T> Type<Postgres> for Json<T>[src]

impl Type<Postgres> for f32[src]

impl Type<Postgres> for BigDecimal[src]

impl<T1, T2, T3, T4, T5, T6> Type<Postgres> for Vec<(T1, T2, T3, T4, T5, T6), Global>[src]

Auto Trait Implementations

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<T> Conv for T

impl<T> Conv for T

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> 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> 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> 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>,