pub struct IterGrid<R, D, G, C> { /* private fields */ }
Expand description
Grid provides a set of methods for building a text-based table.
Implementations§
Trait Implementations§
Source§impl<R: Ord, D: Ord, G: Ord, C: Ord> Ord for IterGrid<R, D, G, C>
impl<R: Ord, D: Ord, G: Ord, C: Ord> Ord for IterGrid<R, D, G, C>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<R: PartialEq, D: PartialEq, G: PartialEq, C: PartialEq> PartialEq for IterGrid<R, D, G, C>
impl<R: PartialEq, D: PartialEq, G: PartialEq, C: PartialEq> PartialEq for IterGrid<R, D, G, C>
Source§impl<R: PartialOrd, D: PartialOrd, G: PartialOrd, C: PartialOrd> PartialOrd for IterGrid<R, D, G, C>
impl<R: PartialOrd, D: PartialOrd, G: PartialOrd, C: PartialOrd> PartialOrd for IterGrid<R, D, G, C>
impl<R: Copy, D: Copy, G: Copy, C: Copy> Copy for IterGrid<R, D, G, C>
impl<R: Eq, D: Eq, G: Eq, C: Eq> Eq for IterGrid<R, D, G, C>
impl<R, D, G, C> StructuralPartialEq for IterGrid<R, D, G, C>
Auto Trait Implementations§
impl<R, D, G, C> Freeze for IterGrid<R, D, G, C>
impl<R, D, G, C> RefUnwindSafe for IterGrid<R, D, G, C>
impl<R, D, G, C> Send for IterGrid<R, D, G, C>
impl<R, D, G, C> Sync for IterGrid<R, D, G, C>
impl<R, D, G, C> Unpin for IterGrid<R, D, G, C>
impl<R, D, G, C> UnwindSafe for IterGrid<R, D, G, C>
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