pub struct GridChildBuilder<'a, 'b> { /* private fields */ }Expand description
Builder of a child for Grid.
Implementations§
Source§impl GridChildBuilder<'_, '_>
impl GridChildBuilder<'_, '_>
Sourcepub fn column_span(self, v: usize) -> Self
pub fn column_span(self, v: usize) -> Self
The column span in the grid.
Auto Trait Implementations§
impl<'a, 'b> Freeze for GridChildBuilder<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for GridChildBuilder<'a, 'b>
impl<'a, 'b> !Send for GridChildBuilder<'a, 'b>
impl<'a, 'b> !Sync for GridChildBuilder<'a, 'b>
impl<'a, 'b> Unpin for GridChildBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for GridChildBuilder<'a, 'b>
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