pub struct InvalidSqlStateMarker;Trait Implementations§
Source§impl Clone for InvalidSqlStateMarker
impl Clone for InvalidSqlStateMarker
Source§fn clone(&self) -> InvalidSqlStateMarker
fn clone(&self) -> InvalidSqlStateMarker
Returns a duplicate of the value. Read more
1.0.0 · 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 InvalidSqlStateMarker
impl Debug for InvalidSqlStateMarker
Source§impl Default for InvalidSqlStateMarker
impl Default for InvalidSqlStateMarker
Source§fn default() -> InvalidSqlStateMarker
fn default() -> InvalidSqlStateMarker
Returns the “default value” for a type. Read more
Source§impl Display for InvalidSqlStateMarker
impl Display for InvalidSqlStateMarker
Source§impl Error for InvalidSqlStateMarker
impl Error for InvalidSqlStateMarker
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for InvalidSqlStateMarker
impl Hash for InvalidSqlStateMarker
Source§impl PartialEq for InvalidSqlStateMarker
impl PartialEq for InvalidSqlStateMarker
impl Copy for InvalidSqlStateMarker
impl Eq for InvalidSqlStateMarker
impl StructuralPartialEq for InvalidSqlStateMarker
Auto Trait Implementations§
impl Freeze for InvalidSqlStateMarker
impl RefUnwindSafe for InvalidSqlStateMarker
impl Send for InvalidSqlStateMarker
impl Sync for InvalidSqlStateMarker
impl Unpin for InvalidSqlStateMarker
impl UnwindSafe for InvalidSqlStateMarker
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