pub struct RisingTideCompactor;Expand description
O(N * Cols) implementation using the “waterline” approach
Trait Implementations§
Source§impl Compactor for RisingTideCompactor
impl Compactor for RisingTideCompactor
Auto Trait Implementations§
impl Freeze for RisingTideCompactor
impl RefUnwindSafe for RisingTideCompactor
impl Send for RisingTideCompactor
impl Sync for RisingTideCompactor
impl Unpin for RisingTideCompactor
impl UnsafeUnpin for RisingTideCompactor
impl UnwindSafe for RisingTideCompactor
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