Enum google_api_proto::google::analytics::admin::v1alpha::access_order_by::OneOrderBy
source · pub enum OneOrderBy {
Metric(MetricOrderBy),
Dimension(DimensionOrderBy),
}
Expand description
Specify one type of order by for OrderBy
.
Variants§
Metric(MetricOrderBy)
Sorts results by a metric’s values.
Dimension(DimensionOrderBy)
Sorts results by a dimension’s values.
Implementations§
source§impl OneOrderBy
impl OneOrderBy
sourcepub fn merge(
field: &mut Option<OneOrderBy>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<OneOrderBy>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for OneOrderBy
impl Clone for OneOrderBy
source§fn clone(&self) -> OneOrderBy
fn clone(&self) -> OneOrderBy
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 moresource§impl Debug for OneOrderBy
impl Debug for OneOrderBy
source§impl PartialEq for OneOrderBy
impl PartialEq for OneOrderBy
source§fn eq(&self, other: &OneOrderBy) -> bool
fn eq(&self, other: &OneOrderBy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OneOrderBy
Auto Trait Implementations§
impl Freeze for OneOrderBy
impl RefUnwindSafe for OneOrderBy
impl Send for OneOrderBy
impl Sync for OneOrderBy
impl Unpin for OneOrderBy
impl UnwindSafe for OneOrderBy
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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