Struct mentat::conn::InProgressRead [] [src]

pub struct InProgressRead<'a, 'c>(_);

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

Trait Implementations

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

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

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

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

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

Important traits for &'a [u8]

Auto Trait Implementations

impl<'a, 'c> !Send for InProgressRead<'a, 'c>

impl<'a, 'c> !Sync for InProgressRead<'a, 'c>