pub enum PostSort {
Id,
Updated,
Published,
Title,
}Available on crate feature
utils only.Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostSort
impl RefUnwindSafe for PostSort
impl Send for PostSort
impl Sync for PostSort
impl Unpin for PostSort
impl UnsafeUnpin for PostSort
impl UnwindSafe for PostSort
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