Struct tokio_postgres::types::PgLsn [−][src]
Postgres PG_LSN
type.
Trait Implementations
impl Clone for PgLsn
[src]
impl Copy for PgLsn
[src]
impl Debug for PgLsn
[src]
impl Display for PgLsn
[src]
impl Eq for PgLsn
[src]
impl From<u64> 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 FromStr for PgLsn
[src]
type Err = ParseLsnError
The associated error which can be returned from parsing.
pub fn from_str(lsn_str: &str) -> Result<PgLsn, <PgLsn as FromStr>::Err>
[src]
impl Ord for PgLsn
[src]
pub fn cmp(&self, other: &PgLsn) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<PgLsn> for PgLsn
[src]
impl PartialOrd<PgLsn> for PgLsn
[src]
pub fn partial_cmp(&self, other: &PgLsn) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for PgLsn
[src]
impl StructuralPartialEq for PgLsn
[src]
impl ToSql for PgLsn
[src]
Auto Trait Implementations
impl RefUnwindSafe for PgLsn
impl Send for PgLsn
impl Sync for PgLsn
impl Unpin for PgLsn
impl UnwindSafe for PgLsn
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> BorrowToSql for T where
T: ToSql,
[src]
T: ToSql,
pub fn borrow_to_sql(&self) -> &dyn ToSql
[src]
impl<T> From<T> for T
[src]
impl<T> FromSqlOwned for T where
T: for<'a> FromSql<'a>,
[src]
T: for<'a> FromSql<'a>,
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,