pub struct CellDataEntryBuilder { /* private fields */ }
Implementations§
Source§impl CellDataEntryBuilder
impl CellDataEntryBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn output_data(self, v: Bytes) -> CellDataEntryBuilder
pub fn output_data_hash(self, v: Byte32) -> CellDataEntryBuilder
Trait Implementations§
Source§impl Builder for CellDataEntryBuilder
impl Builder for CellDataEntryBuilder
Source§impl Debug for CellDataEntryBuilder
impl Debug for CellDataEntryBuilder
Source§impl Default for CellDataEntryBuilder
impl Default for CellDataEntryBuilder
Source§fn default() -> CellDataEntryBuilder
fn default() -> CellDataEntryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CellDataEntryBuilder
impl RefUnwindSafe for CellDataEntryBuilder
impl Send for CellDataEntryBuilder
impl Sync for CellDataEntryBuilder
impl Unpin for CellDataEntryBuilder
impl UnwindSafe for CellDataEntryBuilder
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