pub struct BatchStatementError {
pub code: String,
pub message: String,
}Fields§
§code: String§message: StringTrait Implementations§
Source§impl Debug for BatchStatementError
impl Debug for BatchStatementError
Source§impl Default for BatchStatementError
impl Default for BatchStatementError
Source§fn default() -> BatchStatementError
fn default() -> BatchStatementError
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchStatementError
impl RefUnwindSafe for BatchStatementError
impl Send for BatchStatementError
impl Sync for BatchStatementError
impl Unpin for BatchStatementError
impl UnsafeUnpin for BatchStatementError
impl UnwindSafe for BatchStatementError
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