pub struct SqliteRequestEntry {
pub request: SqliteRequest,
pub response_tx: Sender<Result<SqliteResponse>>,
pub sent: bool,
pub timestamp: Instant,
}Fields§
§request: SqliteRequest§response_tx: Sender<Result<SqliteResponse>>§sent: bool§timestamp: InstantAuto Trait Implementations§
impl !RefUnwindSafe for SqliteRequestEntry
impl !UnwindSafe for SqliteRequestEntry
impl Freeze for SqliteRequestEntry
impl Send for SqliteRequestEntry
impl Sync for SqliteRequestEntry
impl Unpin for SqliteRequestEntry
impl UnsafeUnpin for SqliteRequestEntry
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