pub struct Grid {
pub api: GridApi,
pub column_api: ColumnApi,
}
Expand description
A handle to the underlying JavaScript grid.
Fields§
§api: GridApi
A handle for the AG Grid Grid API
.
column_api: ColumnApi
A handle for the AG Grid Column API
.
Auto Trait Implementations§
impl Freeze for Grid
impl RefUnwindSafe for Grid
impl !Send for Grid
impl !Sync for Grid
impl Unpin for Grid
impl UnwindSafe for Grid
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