pub enum NotificationsSorting {
Created,
}
Expand description
Sorting options for notifications
Variants§
Created
Sort by the date the notification was created (default)
Trait Implementations§
Source§impl Clone for NotificationsSorting
impl Clone for NotificationsSorting
Source§fn clone(&self) -> NotificationsSorting
fn clone(&self) -> NotificationsSorting
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NotificationsSorting
impl Debug for NotificationsSorting
Source§impl Default for NotificationsSorting
impl Default for NotificationsSorting
Source§impl Serialize for NotificationsSorting
impl Serialize for NotificationsSorting
impl Copy for NotificationsSorting
Auto Trait Implementations§
impl Freeze for NotificationsSorting
impl RefUnwindSafe for NotificationsSorting
impl Send for NotificationsSorting
impl Sync for NotificationsSorting
impl Unpin for NotificationsSorting
impl UnwindSafe for NotificationsSorting
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