Enum fire_postgres::filter::OrderByPart
source · pub enum OrderByPart {
Asc(Cow<'static, str>),
Desc(Cow<'static, str>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderByPart
impl RefUnwindSafe for OrderByPart
impl Send for OrderByPart
impl Sync for OrderByPart
impl Unpin for OrderByPart
impl UnwindSafe for OrderByPart
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