pub struct IterGrid<R, D, G, C> { /* private fields */ }
Available on crate feature
std
only.Expand description
Grid provides a set of methods for building a text-based table.
Implementations§
Trait Implementations§
Source§impl<R, D, G, C> Ord for IterGrid<R, D, G, C>
impl<R, D, G, C> 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, D, G, C> PartialOrd for IterGrid<R, D, G, C>
impl<R, D, G, C> PartialOrd for IterGrid<R, D, G, C>
impl<R, D, G, C> Copy for IterGrid<R, D, G, C>
impl<R, D, G, C> 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