Struct google_cloud_spanner::reader::TableReader
source · pub struct TableReader {
pub request: ReadRequest,
}Fields§
§request: ReadRequestTrait Implementations§
source§impl Reader for TableReader
impl Reader for TableReader
fn read<'life0, 'life1, 'async_trait>( &'life0 self, session: &'life1 mut SessionHandle, option: Option<CallOptions> ) -> Pin<Box<dyn Future<Output = Result<Response<Streaming<PartialResultSet>>, Status>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
fn update_token(&mut self, resume_token: Vec<u8>)
fn can_retry(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for TableReader
impl Send for TableReader
impl Sync for TableReader
impl Unpin for TableReader
impl UnwindSafe for TableReader
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request