pub enum UpVideoTrendMetric {
Play,
Danmaku,
Reply,
Share,
Coin,
Favorite,
Charge,
Like,
}Expand description
Metric for /x/web/data/pandect video trend queries.
Variants§
Trait Implementations§
Source§impl Clone for UpVideoTrendMetric
impl Clone for UpVideoTrendMetric
Source§fn clone(&self) -> UpVideoTrendMetric
fn clone(&self) -> UpVideoTrendMetric
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UpVideoTrendMetric
Source§impl Debug for UpVideoTrendMetric
impl Debug for UpVideoTrendMetric
impl Eq for UpVideoTrendMetric
Source§impl PartialEq for UpVideoTrendMetric
impl PartialEq for UpVideoTrendMetric
Source§fn eq(&self, other: &UpVideoTrendMetric) -> bool
fn eq(&self, other: &UpVideoTrendMetric) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpVideoTrendMetric
Auto Trait Implementations§
impl Freeze for UpVideoTrendMetric
impl RefUnwindSafe for UpVideoTrendMetric
impl Send for UpVideoTrendMetric
impl Sync for UpVideoTrendMetric
impl Unpin for UpVideoTrendMetric
impl UnsafeUnpin for UpVideoTrendMetric
impl UnwindSafe for UpVideoTrendMetric
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.