pub struct RecordRow {
pub cells: Vec<Cell>,
}Fields§
§cells: Vec<Cell>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecordRow
impl RefUnwindSafe for RecordRow
impl Send for RecordRow
impl Sync for RecordRow
impl Unpin for RecordRow
impl UnsafeUnpin for RecordRow
impl UnwindSafe for RecordRow
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