Struct mentat_transaction::InProgressRead [] [src]

pub struct InProgressRead<'a, 'c> {
    pub in_progress: InProgress<'a, 'c>,
}

Represents an in-progress set of reads to the store. Just like InProgress, which is read-write, but only allows for reads.

Fields

Methods

impl<'a, 'c> InProgressRead<'a, 'c>
[src]

[src]

Trait Implementations

impl<'a, 'c> Queryable for InProgressRead<'a, 'c>
[src]

[src]

[src]

[src]

[src]

[src]

impl<'a, 'c> Pullable for InProgressRead<'a, 'c>
[src]

[src]

[src]

impl<'a, 'c> HasSchema for InProgressRead<'a, 'c>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Return true if the provided entid identifies an attribute in this schema.

[src]

Return true if the provided ident identifies an attribute in this schema.

Important traits for &'a [u8]
[src]