Enum postgres_protocol::message::frontend::BindError
source · pub enum BindError {
Conversion(Box<dyn Error + Sync + Send>),
Serialization(Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BindError
impl Send for BindError
impl Sync for BindError
impl Unpin for BindError
impl !UnwindSafe for BindError
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