Struct gcp_bigquery_client::table::ListOptions [−][src]
pub struct ListOptions { /* fields omitted */ }Expand description
A list of options to use with the table API handler.
Implementations
The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
Page token, returned by a previous call, to request the next page of results
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListOptions
impl Send for ListOptions
impl Sync for ListOptions
impl Unpin for ListOptions
impl UnwindSafe for ListOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
