pub struct GridChildBuilder<'a, 'b, E> { /* private fields */ }Expand description
Builder of a child for Grid.
Implementations§
Source§impl<E> GridChildBuilder<'_, '_, E>
impl<E> GridChildBuilder<'_, '_, E>
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, E> Freeze for GridChildBuilder<'a, 'b, E>
impl<'a, 'b, E> !RefUnwindSafe for GridChildBuilder<'a, 'b, E>
impl<'a, 'b, E> !Send for GridChildBuilder<'a, 'b, E>
impl<'a, 'b, E> !Sync for GridChildBuilder<'a, 'b, E>
impl<'a, 'b, E> Unpin for GridChildBuilder<'a, 'b, E>
impl<'a, 'b, E> !UnwindSafe for GridChildBuilder<'a, 'b, E>
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