pub struct GridComponent;
Expand description
Grid component for creating responsive grid layouts
Implementations§
Source§impl GridComponent
impl GridComponent
Trait Implementations§
Source§impl Component for GridComponent
impl Component for GridComponent
Auto Trait Implementations§
impl Freeze for GridComponent
impl RefUnwindSafe for GridComponent
impl Send for GridComponent
impl Sync for GridComponent
impl Unpin for GridComponent
impl UnwindSafe for GridComponent
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