Struct ckb_types::packed::CellOutputVecBuilder [−][src]
pub struct CellOutputVecBuilder(_);
Implementations
impl CellOutputVecBuilder[src]
impl CellOutputVecBuilder[src]pub fn set(self, v: Vec<CellOutput>) -> Self[src]
pub fn push(self, v: CellOutput) -> Self[src]
pub fn extend<T: IntoIterator<Item = CellOutput>>(self, iter: T) -> Self[src]
Trait Implementations
impl Builder for CellOutputVecBuilder[src]
impl Builder for CellOutputVecBuilder[src]impl Debug for CellOutputVecBuilder[src]
impl Debug for CellOutputVecBuilder[src]impl Default for CellOutputVecBuilder[src]
impl Default for CellOutputVecBuilder[src]fn default() -> CellOutputVecBuilder[src]
fn default() -> CellOutputVecBuilder[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CellOutputVecBuilder
impl Send for CellOutputVecBuilder
impl Sync for CellOutputVecBuilder
impl Unpin for CellOutputVecBuilder
impl UnwindSafe for CellOutputVecBuilder
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,