Struct gapi_grpc::google::genomics::v1::SearchReadGroupSetsResponse[][src]

pub struct SearchReadGroupSetsResponse {
    pub read_group_sets: Vec<ReadGroupSet>,
    pub next_page_token: String,
}

The read group set search response.

Fields

read_group_sets: Vec<ReadGroupSet>

The list of matching read group sets.

next_page_token: String

The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results. This field will be empty if there aren’t any additional results.

Trait Implementations

impl Clone for SearchReadGroupSetsResponse[src]

impl Debug for SearchReadGroupSetsResponse[src]

impl Default for SearchReadGroupSetsResponse[src]

impl Message for SearchReadGroupSetsResponse[src]

impl PartialEq<SearchReadGroupSetsResponse> for SearchReadGroupSetsResponse[src]

impl StructuralPartialEq for SearchReadGroupSetsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchReadGroupSetsResponse

impl Send for SearchReadGroupSetsResponse

impl Sync for SearchReadGroupSetsResponse

impl Unpin for SearchReadGroupSetsResponse

impl UnwindSafe for SearchReadGroupSetsResponse

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]