pub struct CellBuilder { /* private fields */ }
Expand description
Builder for the Cell
type.
Implementations§
Source§impl CellBuilder
impl CellBuilder
Sourcepub fn build(self) -> Cell
pub fn build(self) -> Cell
Builds a Cell
from a CellBuilder
.
Sourcepub fn blank_char(self, blank_char: char) -> Self
pub fn blank_char(self, blank_char: char) -> Self
Auto Trait Implementations§
impl Freeze for CellBuilder
impl RefUnwindSafe for CellBuilder
impl Send for CellBuilder
impl Sync for CellBuilder
impl Unpin for CellBuilder
impl UnwindSafe for CellBuilder
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