pub struct BatchServerError { /* private fields */ }Expand description
One batch error entry from executemany(batcherrors=True) (reference
impl/thin/messages/base.pyx batch error codes/offsets/messages arrays).
Implementations§
Trait Implementations§
Source§impl Clone for BatchServerError
impl Clone for BatchServerError
Source§fn clone(&self) -> BatchServerError
fn clone(&self) -> BatchServerError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchServerError
impl Debug for BatchServerError
Source§impl Default for BatchServerError
impl Default for BatchServerError
Source§fn default() -> BatchServerError
fn default() -> BatchServerError
Returns the “default value” for a type. Read more
impl Eq for BatchServerError
Source§impl PartialEq for BatchServerError
impl PartialEq for BatchServerError
Source§fn eq(&self, other: &BatchServerError) -> bool
fn eq(&self, other: &BatchServerError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BatchServerError
Auto Trait Implementations§
impl Freeze for BatchServerError
impl RefUnwindSafe for BatchServerError
impl Send for BatchServerError
impl Sync for BatchServerError
impl Unpin for BatchServerError
impl UnsafeUnpin for BatchServerError
impl UnwindSafe for BatchServerError
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