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<T>(self, v: T) -> CellInputVecBuilder
pub fn extend<T>(self, iter: T) -> CellInputVecBuilderwhere
T: IntoIterator<Item = CellInput>,
pub fn replace<T>(&mut self, index: usize, v: T) -> Option<CellInput>
Trait Implementations§
Source§impl Builder for CellInputVecBuilder
impl Builder for CellInputVecBuilder
Source§impl Clone for CellInputVecBuilder
impl Clone for CellInputVecBuilder
Source§fn clone(&self) -> CellInputVecBuilder
fn clone(&self) -> CellInputVecBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)