pub struct OrderField(/* private fields */);Implementations§
Source§impl OrderField
impl OrderField
pub fn name(&self) -> &String
pub fn sort_direction(&self) -> &SortDirection
Trait Implementations§
Source§impl Display for OrderField
impl Display for OrderField
Auto Trait Implementations§
impl Freeze for OrderField
impl RefUnwindSafe for OrderField
impl Send for OrderField
impl Sync for OrderField
impl Unpin for OrderField
impl UnwindSafe for OrderField
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