pub struct GridItem { /* private fields */ }Expand description
GridItem is the encapsulation of a piece of content. It is usually created by invoking crate::add_line! and is not instantiated directly.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridItem
impl !RefUnwindSafe for GridItem
impl !Send for GridItem
impl !Sync for GridItem
impl Unpin for GridItem
impl !UnwindSafe for GridItem
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