pub enum AggregationMode {
Median,
Twap,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AggregationMode
impl Clone for AggregationMode
Source§fn clone(&self) -> AggregationMode
fn clone(&self) -> AggregationMode
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 AggregationMode
impl Debug for AggregationMode
Source§impl Default for AggregationMode
impl Default for AggregationMode
Source§fn default() -> AggregationMode
fn default() -> AggregationMode
Returns the “default value” for a type. Read more
impl Copy for AggregationMode
Auto Trait Implementations§
impl Freeze for AggregationMode
impl RefUnwindSafe for AggregationMode
impl Send for AggregationMode
impl Sync for AggregationMode
impl Unpin for AggregationMode
impl UnwindSafe for AggregationMode
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