pub enum SqliteResponse {
GetPages(SqliteGetPagesResponse),
Commit(SqliteCommitResponse),
}Variants§
GetPages(SqliteGetPagesResponse)
Commit(SqliteCommitResponse)
Auto Trait Implementations§
impl Freeze for SqliteResponse
impl RefUnwindSafe for SqliteResponse
impl Send for SqliteResponse
impl Sync for SqliteResponse
impl Unpin for SqliteResponse
impl UnsafeUnpin for SqliteResponse
impl UnwindSafe for SqliteResponse
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