[−]Enum amadeus::source::postgres::_internal::error::ErrorPosition
Represents the position of an error in a query.
Variants
Normal(u32)A position in the original query.
A position in an internally generated query.
Fields of Internal
Trait Implementations
impl Clone for ErrorPosition
fn clone(&self) -> ErrorPosition
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ErrorPosition
impl Eq for ErrorPosition
impl PartialEq<ErrorPosition> for ErrorPosition
fn eq(&self, other: &ErrorPosition) -> bool
fn ne(&self, other: &ErrorPosition) -> bool
impl StructuralEq for ErrorPosition
impl StructuralPartialEq for ErrorPosition
Auto Trait Implementations
impl RefUnwindSafe for ErrorPosition
impl Send for ErrorPosition
impl Sync for ErrorPosition
impl Unpin for ErrorPosition
impl UnwindSafe for ErrorPosition
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> Cast<U> for T where
U: FromCast<T>,
U: FromCast<T>,
fn cast(self) -> U
impl<A, B> Downcast<A> for B where
A: DowncastFrom<B>, [src]
A: DowncastFrom<B>,
fn downcast(self) -> Result<A, DowncastError>[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> FromBits<T> for T
fn from_bits(t: T) -> T
impl<T> FromCast<T> for T
fn from_cast(t: T) -> T
impl<T> IntersectPlusUnionIsPlus for T where
T: ?Sized, [src]
T: ?Sized,
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
U: FromBits<T>,
fn into_bits(self) -> U
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.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
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.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<T> Type for T where
T: ?Sized, [src]
T: ?Sized,
default fn meta(self: *const T) -> <T as Type>::Meta[src]
default fn data(self: *const T) -> *const ()[src]
default fn data_mut(self: *mut T) -> *mut ()[src]
default fn dangling(t: <T as Type>::Meta) -> NonNull<T>[src]
default fn fatten(thin: *mut (), t: <T as Type>::Meta) -> *mut T[src]
const METATYPE: MetaType[src]
type Meta: 'static
fn meta_type(self: *const Self) -> MetaType[src]
impl<T> Type for T[src]
const METATYPE: MetaType[src]
type Meta = Concrete
Type of metadata for type.
fn meta(self: *const T) -> <T as Type>::Meta[src]
fn data(self: *const T) -> *const ()[src]
fn data_mut(self: *mut T) -> *mut ()[src]
fn dangling(_t: <T as Type>::Meta) -> NonNull<T>[src]
fn fatten(thin: *mut (), _t: <T as Type>::Meta) -> *mut T[src]
fn meta_type(self: *const Self) -> MetaType[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,