Struct ckb_types::packed::CellOutputBuilder [−][src]
pub struct CellOutputBuilder { /* fields omitted */ }Implementations
impl CellOutputBuilder[src]
impl CellOutputBuilder[src]pub fn build_exact_capacity(
self,
data_capacity: Capacity
) -> CapacityResult<CellOutput>[src]
pub fn build_exact_capacity(
self,
data_capacity: Capacity
) -> CapacityResult<CellOutput>[src]Build a CellOutput and sets its capacity equal to its occupied capacity exactly.
Trait Implementations
impl Builder for CellOutputBuilder[src]
impl Builder for CellOutputBuilder[src]impl Debug for CellOutputBuilder[src]
impl Debug for CellOutputBuilder[src]impl Default for CellOutputBuilder[src]
impl Default for CellOutputBuilder[src]fn default() -> CellOutputBuilder[src]
fn default() -> CellOutputBuilder[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CellOutputBuilder
impl Send for CellOutputBuilder
impl Sync for CellOutputBuilder
impl Unpin for CellOutputBuilder
impl UnwindSafe for CellOutputBuilder
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>,