pub struct BySmallestKey { /* private fields */ }Expand description
| Helper to sort by | v->files_[file_number].smallest |
Implementations§
Source§impl BySmallestKey
impl BySmallestKey
pub fn invoke(&self, f1: *mut FileMetaData, f2: *mut FileMetaData) -> bool
Auto Trait Implementations§
impl Freeze for BySmallestKey
impl !RefUnwindSafe for BySmallestKey
impl !Send for BySmallestKey
impl !Sync for BySmallestKey
impl Unpin for BySmallestKey
impl !UnwindSafe for BySmallestKey
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