pub enum GetTopicOrder {
Tag,
Search,
CurationDate,
User,
}Variants§
Trait Implementations§
Source§impl Debug for GetTopicOrder
impl Debug for GetTopicOrder
Auto Trait Implementations§
impl Freeze for GetTopicOrder
impl RefUnwindSafe for GetTopicOrder
impl Send for GetTopicOrder
impl Sync for GetTopicOrder
impl Unpin for GetTopicOrder
impl UnwindSafe for GetTopicOrder
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