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