#[repr(i32)]pub enum EClientStatAggregateMethod {
LatestOnly = 0,
Sum = 1,
Event = 2,
Scalar = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EClientStatAggregateMethod
impl Clone for EClientStatAggregateMethod
Source§fn clone(&self) -> EClientStatAggregateMethod
fn clone(&self) -> EClientStatAggregateMethod
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 EClientStatAggregateMethod
impl Debug for EClientStatAggregateMethod
Source§impl Hash for EClientStatAggregateMethod
impl Hash for EClientStatAggregateMethod
impl Copy for EClientStatAggregateMethod
impl Eq for EClientStatAggregateMethod
impl StructuralPartialEq for EClientStatAggregateMethod
Auto Trait Implementations§
impl Freeze for EClientStatAggregateMethod
impl RefUnwindSafe for EClientStatAggregateMethod
impl Send for EClientStatAggregateMethod
impl Sync for EClientStatAggregateMethod
impl Unpin for EClientStatAggregateMethod
impl UnsafeUnpin for EClientStatAggregateMethod
impl UnwindSafe for EClientStatAggregateMethod
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