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