pub struct BaseCase(/* private fields */);Expand description
End of a recursive implementation of a breadth-first exhaustive zip.
Trait Implementations§
Source§impl<'item> BreadthFirst<'item> for BaseCase
impl<'item> BreadthFirst<'item> for BaseCase
Source§impl Ord for BaseCase
impl Ord for BaseCase
Source§impl PartialOrd for BaseCase
impl PartialOrd for BaseCase
impl Eq for BaseCase
impl StructuralPartialEq for BaseCase
Auto Trait Implementations§
impl !Freeze for BaseCase
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