Struct gapi_grpc::google::cloud::bigquery::storage::v1beta1::SplitReadStreamResponse[][src]

pub struct SplitReadStreamResponse {
    pub primary_stream: Option<Stream>,
    pub remainder_stream: Option<Stream>,
}

Response from SplitReadStream.

Fields

primary_stream: Option<Stream>

Primary stream, which contains the beginning portion of |original_stream|. An empty value indicates that the original stream can no longer be split.

remainder_stream: Option<Stream>

Remainder stream, which contains the tail of |original_stream|. An empty value indicates that the original stream can no longer be split.

Trait Implementations

impl Clone for SplitReadStreamResponse[src]

impl Debug for SplitReadStreamResponse[src]

impl Default for SplitReadStreamResponse[src]

impl Message for SplitReadStreamResponse[src]

impl PartialEq<SplitReadStreamResponse> for SplitReadStreamResponse[src]

impl StructuralPartialEq for SplitReadStreamResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for SplitReadStreamResponse

impl Send for SplitReadStreamResponse

impl Sync for SplitReadStreamResponse

impl Unpin for SplitReadStreamResponse

impl UnwindSafe for SplitReadStreamResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]