Struct ckb_types::packed::CellDataEntryBuilder [−][src]
pub struct CellDataEntryBuilder { /* fields omitted */ }Implementations
impl CellDataEntryBuilder[src]
impl CellDataEntryBuilder[src]pub const FIELD_COUNT: usize[src]
pub fn output_data(self, v: Bytes) -> Self[src]
pub fn output_data_hash(self, v: Byte32) -> Self[src]
Trait Implementations
impl Builder for CellDataEntryBuilder[src]
impl Builder for CellDataEntryBuilder[src]impl Debug for CellDataEntryBuilder[src]
impl Debug for CellDataEntryBuilder[src]impl Default for CellDataEntryBuilder[src]
impl Default for CellDataEntryBuilder[src]fn default() -> CellDataEntryBuilder[src]
fn default() -> CellDataEntryBuilder[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CellDataEntryBuilder
impl Send for CellDataEntryBuilder
impl Sync for CellDataEntryBuilder
impl Unpin for CellDataEntryBuilder
impl UnwindSafe for CellDataEntryBuilder
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>,