#[repr(transparent)]pub struct AggregationTemporality(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Clone for AggregationTemporality
impl Clone for AggregationTemporality
Source§fn clone(&self) -> AggregationTemporality
fn clone(&self) -> AggregationTemporality
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 AggregationTemporality
impl Debug for AggregationTemporality
Source§impl Default for AggregationTemporality
impl Default for AggregationTemporality
Source§impl From<i32> for AggregationTemporality
impl From<i32> for AggregationTemporality
Source§impl Hash for AggregationTemporality
impl Hash for AggregationTemporality
Source§impl PartialEq for AggregationTemporality
impl PartialEq for AggregationTemporality
impl Copy for AggregationTemporality
impl Eq for AggregationTemporality
impl StructuralPartialEq for AggregationTemporality
Auto Trait Implementations§
impl Freeze for AggregationTemporality
impl RefUnwindSafe for AggregationTemporality
impl Send for AggregationTemporality
impl Sync for AggregationTemporality
impl Unpin for AggregationTemporality
impl UnwindSafe for AggregationTemporality
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