pub enum CollectionArchiveSort {
Asc,
Desc,
}Expand description
视频合集稿件排序方式。
Variants§
Trait Implementations§
Source§impl Clone for CollectionArchiveSort
impl Clone for CollectionArchiveSort
Source§fn clone(&self) -> CollectionArchiveSort
fn clone(&self) -> CollectionArchiveSort
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 CollectionArchiveSort
Source§impl Debug for CollectionArchiveSort
impl Debug for CollectionArchiveSort
impl Eq for CollectionArchiveSort
Source§impl PartialEq for CollectionArchiveSort
impl PartialEq for CollectionArchiveSort
Source§fn eq(&self, other: &CollectionArchiveSort) -> bool
fn eq(&self, other: &CollectionArchiveSort) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CollectionArchiveSort
Auto Trait Implementations§
impl Freeze for CollectionArchiveSort
impl RefUnwindSafe for CollectionArchiveSort
impl Send for CollectionArchiveSort
impl Sync for CollectionArchiveSort
impl Unpin for CollectionArchiveSort
impl UnsafeUnpin for CollectionArchiveSort
impl UnwindSafe for CollectionArchiveSort
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