pub struct CellInputVecBuilder(/* private fields */);
Implementations§
Source§impl CellInputVecBuilder
impl CellInputVecBuilder
pub const ITEM_SIZE: usize = 44usize
pub fn set(self, v: Vec<CellInput>) -> CellInputVecBuilder
pub fn push(self, v: CellInput) -> CellInputVecBuilder
pub fn extend<T>(self, iter: T) -> CellInputVecBuilderwhere
T: IntoIterator<Item = CellInput>,
pub fn replace(&mut self, index: usize, v: CellInput) -> Option<CellInput>
Trait Implementations§
Source§impl Builder for CellInputVecBuilder
impl Builder for CellInputVecBuilder
Source§impl Debug for CellInputVecBuilder
impl Debug for CellInputVecBuilder
Source§impl Default for CellInputVecBuilder
impl Default for CellInputVecBuilder
Source§fn default() -> CellInputVecBuilder
fn default() -> CellInputVecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CellInputVecBuilder
impl RefUnwindSafe for CellInputVecBuilder
impl Send for CellInputVecBuilder
impl Sync for CellInputVecBuilder
impl Unpin for CellInputVecBuilder
impl UnwindSafe for CellInputVecBuilder
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