pub struct GridLine(pub Vec<GridItem>);Expand description
A collection of grid items. Usually instantiated by crate::add_line!.
Tuple Fields§
§0: Vec<GridItem>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridLine
impl !RefUnwindSafe for GridLine
impl !Send for GridLine
impl !Sync for GridLine
impl Unpin for GridLine
impl !UnwindSafe for GridLine
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