Struct tokio_postgres::types::PgLsn [−][src]
pub struct PgLsn(_);
Postgres PG_LSN
type.
Trait Implementations
impl<'a> FromSql<'a> for PgLsn
[src]
impl<'a> FromSql<'a> for PgLsn
[src]pub fn from_sql(
&Type,
raw: &'a [u8]
) -> Result<PgLsn, Box<dyn Error + 'static + Sync + Send, Global>>
[src]
&Type,
raw: &'a [u8]
) -> Result<PgLsn, Box<dyn Error + 'static + Sync + Send, Global>>
pub fn accepts(ty: &Type) -> bool
[src]
pub fn from_sql_null(
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Sync + Send, Global>>
[src]
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Sync + Send, Global>>
pub fn from_sql_nullable(
ty: &Type,
raw: Option<&'a [u8]>
) -> Result<Self, Box<dyn Error + 'static + Sync + Send, Global>>
[src]
ty: &Type,
raw: Option<&'a [u8]>
) -> Result<Self, Box<dyn Error + 'static + Sync + Send, Global>>
impl PartialOrd<PgLsn> for PgLsn
[src]
impl PartialOrd<PgLsn> for PgLsn
[src]impl StructuralEq for PgLsn
[src]
impl StructuralEq for PgLsn
[src]impl StructuralPartialEq for PgLsn
[src]
impl StructuralPartialEq for PgLsn
[src]Auto Trait Implementations
impl RefUnwindSafe for PgLsn
impl RefUnwindSafe for PgLsn
impl UnwindSafe for PgLsn
impl UnwindSafe for PgLsn
Blanket Implementations
impl<T> BorrowToSql for T where
T: ToSql,
[src]
impl<T> BorrowToSql for T where
T: ToSql,
[src]pub fn borrow_to_sql(&self) -> &dyn ToSql
[src]
impl<T> FromSqlOwned for T where
T: for<'a> FromSql<'a>,
[src]
impl<T> FromSqlOwned for T where
T: for<'a> FromSql<'a>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,