[−][src]Enum tokio_postgres::error::ErrorPosition
Represents the position of an error in a query.
Variants
Original(u32)
A position in the original query.
Internal
A position in an internally generated query.
Fields of Internal
Trait Implementations
impl Clone for ErrorPosition
[src][+]
impl Eq for ErrorPosition
[src]
impl PartialEq<ErrorPosition> for ErrorPosition
[src][+]
impl Debug for ErrorPosition
[src][+]
Auto Trait Implementations
impl Sync for ErrorPosition
impl Unpin for ErrorPosition
impl Send for ErrorPosition
impl RefUnwindSafe for ErrorPosition
impl UnwindSafe for ErrorPosition
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self