Struct sqlite_rs::result::FieldParsingError
source · pub struct FieldParsingError {
pub error: &'static str,
pub ty: &'static str,
}Fields§
§error: &'static str§ty: &'static strTrait Implementations§
source§impl Debug for FieldParsingError
impl Debug for FieldParsingError
source§impl PartialEq<FieldParsingError> for FieldParsingError
impl PartialEq<FieldParsingError> for FieldParsingError
source§fn eq(&self, other: &FieldParsingError) -> bool
fn eq(&self, other: &FieldParsingError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FieldParsingError
impl StructuralEq for FieldParsingError
impl StructuralPartialEq for FieldParsingError
Auto Trait Implementations§
impl RefUnwindSafe for FieldParsingError
impl Send for FieldParsingError
impl Sync for FieldParsingError
impl Unpin for FieldParsingError
impl UnwindSafe for FieldParsingError
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