Enum tusk_rs::query::FromPostgresError
source · pub enum FromPostgresError {
InvalidType(&'static str),
MissingColumn(&'static str),
}
Variants§
Auto Trait Implementations§
impl Freeze for FromPostgresError
impl RefUnwindSafe for FromPostgresError
impl Send for FromPostgresError
impl Sync for FromPostgresError
impl Unpin for FromPostgresError
impl UnwindSafe for FromPostgresError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more