pub struct CellAreaBoxBuilder { /* private fields */ }
Implementations§
Source§impl CellAreaBoxBuilder
impl CellAreaBoxBuilder
pub fn new() -> Self
pub fn build(self) -> CellAreaBox
pub fn spacing(self, spacing: i32) -> Self
pub fn focus_cell(self, focus_cell: &CellRenderer) -> Self
Auto Trait Implementations§
impl Freeze for CellAreaBoxBuilder
impl RefUnwindSafe for CellAreaBoxBuilder
impl !Send for CellAreaBoxBuilder
impl !Sync for CellAreaBoxBuilder
impl Unpin for CellAreaBoxBuilder
impl UnwindSafe for CellAreaBoxBuilder
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