pub struct RowAccessor<'a> { /* private fields */ }
Expand description

Provides read/write/modify access to a tuple stored in Row format at data[base_offset..]

Set / Update data
    in [u8]
     ─ ─ ─ ─ ─ ─ ─ ┐         Read data out as native
    │                         types or ScalarValues
                   │
    │  ┌───────────────────────┐
       │                       │
    └ ▶│         [u8]          │─ ─ ─ ─ ─ ─ ─ ─▶
       │                       │
       └───────────────────────┘

Implementations

new

Update this row to point to position offset in base

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

add field at idx with value

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

check max then update

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.