Struct intuitive::components::Table
source · [−]pub struct Table<const N: usize> {
pub alignments: AlignmentArray<N>,
pub rows: Vec<[String; N]>,
pub on_key: KeyHandler,
}Fields
alignments: AlignmentArray<N>rows: Vec<[String; N]>on_key: KeyHandlerTrait Implementations
Auto Trait Implementations
impl<const N: usize> !RefUnwindSafe for Table<N>
impl<const N: usize> Send for Table<N>
impl<const N: usize> Sync for Table<N>
impl<const N: usize> Unpin for Table<N>
impl<const N: usize> !UnwindSafe for Table<N>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more