pub struct OrderItem {
pub table: String,
pub field: &'static str,
pub asc_or_desc: &'static str,
}Fields§
§table: String§field: &'static str§asc_or_desc: &'static strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderItem
impl RefUnwindSafe for OrderItem
impl Send for OrderItem
impl Sync for OrderItem
impl Unpin for OrderItem
impl UnwindSafe for OrderItem
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