pub enum MilestoneSortField {
DueOn,
Completeness,
}Expand description
Sort field for milestone list queries.
See docs/specs/interfaces/milestones-client.md
Variants§
Trait Implementations§
Source§impl Clone for MilestoneSortField
impl Clone for MilestoneSortField
Source§fn clone(&self) -> MilestoneSortField
fn clone(&self) -> MilestoneSortField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MilestoneSortField
impl RefUnwindSafe for MilestoneSortField
impl Send for MilestoneSortField
impl Sync for MilestoneSortField
impl Unpin for MilestoneSortField
impl UnsafeUnpin for MilestoneSortField
impl UnwindSafe for MilestoneSortField
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