Struct google_cloud_bigquery::storage::compute::SortOptions
pub struct SortOptions {
pub descending: bool,
pub nulls_first: bool,
}Expand description
Options that define the sort order of a given column
Fields§
§descending: boolWhether to sort in descending order
nulls_first: boolWhether to sort nulls first
Trait Implementations§
§impl Clone for SortOptions
impl Clone for SortOptions
§fn clone(&self) -> SortOptions
fn clone(&self) -> SortOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SortOptions
impl Debug for SortOptions
§impl Default for SortOptions
impl Default for SortOptions
§fn default() -> SortOptions
fn default() -> SortOptions
Returns the “default value” for a type. Read more
§impl Hash for SortOptions
impl Hash for SortOptions
§impl Not for SortOptions
impl Not for SortOptions
! operator is overloaded for SortOptions to invert boolean
fields of the struct.
§type Output = SortOptions
type Output = SortOptions
The resulting type after applying the
! operator.§fn not(self) -> SortOptions
fn not(self) -> SortOptions
Performs the unary
! operation. Read more§impl Ord for SortOptions
impl Ord for SortOptions
§impl PartialEq<SortOptions> for SortOptions
impl PartialEq<SortOptions> for SortOptions
§fn eq(&self, other: &SortOptions) -> bool
fn eq(&self, other: &SortOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.§impl PartialOrd<SortOptions> for SortOptions
impl PartialOrd<SortOptions> for SortOptions
§fn partial_cmp(&self, other: &SortOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &SortOptions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for SortOptions
impl Eq for SortOptions
impl StructuralEq for SortOptions
impl StructuralPartialEq for SortOptions
Auto Trait Implementations§
impl RefUnwindSafe for SortOptions
impl Send for SortOptions
impl Sync for SortOptions
impl Unpin for SortOptions
impl UnwindSafe for SortOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
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