pub enum CommentsSorting {
Asc,
Desc,
}Expand description
Comments sorting order.
Variants§
Trait Implementations§
Source§impl Clone for CommentsSorting
impl Clone for CommentsSorting
Source§fn clone(&self) -> CommentsSorting
fn clone(&self) -> CommentsSorting
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 CommentsSorting
impl Debug for CommentsSorting
Source§impl<'de> Deserialize<'de> for CommentsSorting
impl<'de> Deserialize<'de> for CommentsSorting
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 PartialEq for CommentsSorting
impl PartialEq for CommentsSorting
Source§impl Serialize for CommentsSorting
impl Serialize for CommentsSorting
impl Eq for CommentsSorting
impl StructuralPartialEq for CommentsSorting
Auto Trait Implementations§
impl Freeze for CommentsSorting
impl RefUnwindSafe for CommentsSorting
impl Send for CommentsSorting
impl Sync for CommentsSorting
impl Unpin for CommentsSorting
impl UnwindSafe for CommentsSorting
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