#[repr(u8)]pub enum CommunityContentSortMode {
Trending = 0,
Latest = 1,
HighestRated = 2,
}Variants§
Trait Implementations§
Source§impl Clone for CommunityContentSortMode
impl Clone for CommunityContentSortMode
Source§fn clone(&self) -> CommunityContentSortMode
fn clone(&self) -> CommunityContentSortMode
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<'de> Deserialize<'de> for CommunityContentSortMode
impl<'de> Deserialize<'de> for CommunityContentSortMode
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CommunityContentSortMode
impl Display for CommunityContentSortMode
Source§impl FromStr for CommunityContentSortMode
impl FromStr for CommunityContentSortMode
Source§impl Hash for CommunityContentSortMode
impl Hash for CommunityContentSortMode
Source§impl PartialEq for CommunityContentSortMode
impl PartialEq for CommunityContentSortMode
Source§impl Serialize for CommunityContentSortMode
impl Serialize for CommunityContentSortMode
impl Copy for CommunityContentSortMode
impl Eq for CommunityContentSortMode
impl StructuralPartialEq for CommunityContentSortMode
Auto Trait Implementations§
impl Freeze for CommunityContentSortMode
impl RefUnwindSafe for CommunityContentSortMode
impl Send for CommunityContentSortMode
impl Sync for CommunityContentSortMode
impl Unpin for CommunityContentSortMode
impl UnwindSafe for CommunityContentSortMode
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