pub enum GallerySort {
NewestFirst,
OldestFirst,
}Expand description
Newest-first or oldest-first ordering.
Variants§
Trait Implementations§
Source§impl Clone for GallerySort
impl Clone for GallerySort
Source§fn clone(&self) -> GallerySort
fn clone(&self) -> GallerySort
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 GallerySort
Source§impl Debug for GallerySort
impl Debug for GallerySort
impl Eq for GallerySort
Source§impl Hash for GallerySort
impl Hash for GallerySort
Source§impl PartialEq for GallerySort
impl PartialEq for GallerySort
impl StructuralPartialEq for GallerySort
Auto Trait Implementations§
impl Freeze for GallerySort
impl RefUnwindSafe for GallerySort
impl Send for GallerySort
impl Sync for GallerySort
impl Unpin for GallerySort
impl UnsafeUnpin for GallerySort
impl UnwindSafe for GallerySort
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