pub struct Row<'d> {
pub cells: Vec<Cell<'d>>,
pub separator: bool,
}Fields§
§cells: Vec<Cell<'d>>§separator: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for Row<'d>
impl<'d> RefUnwindSafe for Row<'d>
impl<'d> Send for Row<'d>
impl<'d> Sync for Row<'d>
impl<'d> Unpin for Row<'d>
impl<'d> UnwindSafe for Row<'d>
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