pub enum GetCompilationSort {
Rss,
Timeline,
}
Variants§
Rss
posts are ordered like in the RSS feed
Timeline
posts are ordered like in the “My followed scoops” tab in a scoop.it user profile
Trait Implementations§
Source§impl Debug for GetCompilationSort
impl Debug for GetCompilationSort
Auto Trait Implementations§
impl Freeze for GetCompilationSort
impl RefUnwindSafe for GetCompilationSort
impl Send for GetCompilationSort
impl Sync for GetCompilationSort
impl Unpin for GetCompilationSort
impl UnwindSafe for GetCompilationSort
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