pub enum MprintfError {
Nul(NulError),
Oom,
}
Expand description
Possible error cases when calling mprintf
, aka the sqlite3_mprintf function.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MprintfError
impl RefUnwindSafe for MprintfError
impl Send for MprintfError
impl Sync for MprintfError
impl Unpin for MprintfError
impl UnwindSafe for MprintfError
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