pub struct SQLWarning {}
Auto Trait Implementations§
impl Freeze for SQLWarning
impl RefUnwindSafe for SQLWarning
impl Send for SQLWarning
impl Sync for SQLWarning
impl Unpin for SQLWarning
impl UnwindSafe for SQLWarning
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