pub struct ByGeneratedTail;
Expand description
Sort mappings by their generated location, but don’t compare generated lines. This is useful for when we know that all mappings being sorted have the same generated line number.
Trait Implementations§
Source§impl ComparatorFunction<Mapping> for ByGeneratedTail
impl ComparatorFunction<Mapping> for ByGeneratedTail
Auto Trait Implementations§
impl Freeze for ByGeneratedTail
impl RefUnwindSafe for ByGeneratedTail
impl Send for ByGeneratedTail
impl Sync for ByGeneratedTail
impl Unpin for ByGeneratedTail
impl UnwindSafe for ByGeneratedTail
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