pub struct CellEntryBuilder { /* private fields */ }
Implementations§
Source§impl CellEntryBuilder
impl CellEntryBuilder
pub const FIELD_COUNT: usize = 6usize
pub fn output(self, v: CellOutput) -> Self
pub fn block_hash(self, v: Byte32) -> Self
pub fn block_number(self, v: Uint64) -> Self
pub fn block_epoch(self, v: Uint64) -> Self
pub fn index(self, v: Uint32) -> Self
pub fn data_size(self, v: Uint64) -> Self
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