pub struct CellEntryBuilder { /* private fields */ }
Implementations§
Source§impl CellEntryBuilder
impl CellEntryBuilder
pub const FIELD_COUNT: usize = 6usize
pub fn output(self, v: CellOutput) -> CellEntryBuilder
pub fn block_hash(self, v: Byte32) -> CellEntryBuilder
pub fn block_number(self, v: Uint64) -> CellEntryBuilder
pub fn block_epoch(self, v: Uint64) -> CellEntryBuilder
pub fn index(self, v: Uint32) -> CellEntryBuilder
pub fn data_size(self, v: Uint64) -> CellEntryBuilder
Trait Implementations§
Source§impl Builder for CellEntryBuilder
impl Builder for CellEntryBuilder
Source§impl Debug for CellEntryBuilder
impl Debug for CellEntryBuilder
Source§impl Default for CellEntryBuilder
impl Default for CellEntryBuilder
Source§fn default() -> CellEntryBuilder
fn default() -> CellEntryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CellEntryBuilder
impl RefUnwindSafe for CellEntryBuilder
impl Send for CellEntryBuilder
impl Sync for CellEntryBuilder
impl Unpin for CellEntryBuilder
impl UnwindSafe for CellEntryBuilder
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