pub struct SqlState { /* private fields */ }Expand description
MySql error state.
Implementations§
Trait Implementations§
Source§impl<'de> MyDeserialize<'de> for SqlState
impl<'de> MyDeserialize<'de> for SqlState
Source§impl MySerialize for SqlState
impl MySerialize for SqlState
impl Copy for SqlState
impl Eq for SqlState
impl StructuralPartialEq for SqlState
Auto Trait Implementations§
impl Freeze for SqlState
impl RefUnwindSafe for SqlState
impl Send for SqlState
impl Sync for SqlState
impl Unpin for SqlState
impl UnwindSafe for SqlState
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