pub enum NotificationsSorting {
Created,
}Expand description
Sorting options for notifications
Variants
Created
Sort by the date the notification was created (default)
Trait Implementations
sourceimpl Clone for NotificationsSorting
impl Clone for NotificationsSorting
sourcefn clone(&self) -> NotificationsSorting
fn clone(&self) -> NotificationsSorting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NotificationsSorting
impl Debug for NotificationsSorting
sourceimpl Default for NotificationsSorting
impl Default for NotificationsSorting
sourceimpl Serialize for NotificationsSorting
impl Serialize for NotificationsSorting
impl Copy for NotificationsSorting
Auto Trait Implementations
impl RefUnwindSafe for NotificationsSorting
impl Send for NotificationsSorting
impl Sync for NotificationsSorting
impl Unpin for NotificationsSorting
impl UnwindSafe for NotificationsSorting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more