pub struct FrontAddResult {
pub added_count: usize,
pub removed_count: usize,
pub comparisons: usize,
}Fields§
§added_count: usize§removed_count: usize§comparisons: usizeAuto Trait Implementations§
impl Freeze for FrontAddResult
impl RefUnwindSafe for FrontAddResult
impl Send for FrontAddResult
impl Sync for FrontAddResult
impl Unpin for FrontAddResult
impl UnwindSafe for FrontAddResult
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