#[repr(i32)]pub enum AggregateType {
Count = 0,
}Variants§
Count = 0
Implementations§
Trait Implementations§
Source§impl Clone for AggregateType
impl Clone for AggregateType
Source§fn clone(&self) -> AggregateType
fn clone(&self) -> AggregateType
Returns a duplicate 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 AggregateType
impl Debug for AggregateType
Source§impl Default for AggregateType
impl Default for AggregateType
Source§fn default() -> AggregateType
fn default() -> AggregateType
Returns the “default value” for a type. Read more
Source§impl From<AggregateType> for i32
impl From<AggregateType> for i32
Source§fn from(value: AggregateType) -> i32
fn from(value: AggregateType) -> i32
Converts to this type from the input type.
Source§impl Hash for AggregateType
impl Hash for AggregateType
Source§impl Ord for AggregateType
impl Ord for AggregateType
Source§fn cmp(&self, other: &AggregateType) -> Ordering
fn cmp(&self, other: &AggregateType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AggregateType
impl PartialEq for AggregateType
Source§impl PartialOrd for AggregateType
impl PartialOrd for AggregateType
impl Copy for AggregateType
impl Eq for AggregateType
impl StructuralPartialEq for AggregateType
Auto Trait Implementations§
impl Freeze for AggregateType
impl RefUnwindSafe for AggregateType
impl Send for AggregateType
impl Sync for AggregateType
impl Unpin for AggregateType
impl UnwindSafe for AggregateType
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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