Struct native_db_32bit::transaction::query::RwScan
source · pub struct RwScan<'db, 'txn> { /* private fields */ }Implementations§
source§impl<'db, 'txn> RwScan<'db, 'txn>
impl<'db, 'txn> RwScan<'db, 'txn>
pub fn primary<T: Input>( &self ) -> Result<PrimaryScan<Table<'db, 'txn, DatabaseInnerKeyValue, &'static [u8]>, T>>
pub fn secondary<T: Input>( &self, key_def: impl KeyDefinition<DatabaseSecondaryKeyOptions> ) -> Result<SecondaryScan<Table<'db, 'txn, DatabaseInnerKeyValue, &'static [u8]>, Table<'db, 'txn, DatabaseInnerKeyValue, DatabaseInnerKeyValue>, T>>
Auto Trait Implementations§
impl<'db, 'txn> !RefUnwindSafe for RwScan<'db, 'txn>
impl<'db, 'txn> Send for RwScan<'db, 'txn>
impl<'db, 'txn> Sync for RwScan<'db, 'txn>
impl<'db, 'txn> Unpin for RwScan<'db, 'txn>
impl<'db, 'txn> !UnwindSafe for RwScan<'db, 'txn>
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