pub struct GridRow { /* private fields */ }Expand description
A data-carrying struct that represents a single row in a Grid.
It does not implement View itself; it is consumed by the Grid.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridRow
impl !RefUnwindSafe for GridRow
impl !Send for GridRow
impl !Sync for GridRow
impl Unpin for GridRow
impl !UnwindSafe for GridRow
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more