Struct breadth_first_zip::BaseCase
source · pub struct BaseCase(_);Expand description
End of a recursive implementation of a breadth-first exhaustive zip.
Trait Implementations§
source§impl BreadthFirst for BaseCase
impl BreadthFirst for BaseCase
Auto Trait Implementations§
impl RefUnwindSafe for BaseCase
impl Send for BaseCase
impl Sync for BaseCase
impl Unpin for BaseCase
impl UnwindSafe for BaseCase
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