Struct list_display::VecBoxList
source · pub struct VecBoxList { /* private fields */ }Implementations§
source§impl VecBoxList
impl VecBoxList
pub fn build_rowlist_to_columslist(&mut self) -> ColumsViewList
pub fn push(&mut self, row_list: VecRowBox)
pub fn new() -> Self
Auto Trait Implementations§
impl Freeze for VecBoxList
impl !RefUnwindSafe for VecBoxList
impl !Send for VecBoxList
impl !Sync for VecBoxList
impl Unpin for VecBoxList
impl !UnwindSafe for VecBoxList
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