pub struct CellEntryBuilder { /* private fields */ }Implementations§
Source§impl CellEntryBuilder
impl CellEntryBuilder
pub const FIELD_COUNT: usize = 6usize
pub fn output<T>(self, v: T) -> CellEntryBuilderwhere
T: Into<CellOutput>,
pub fn block_hash<T>(self, v: T) -> CellEntryBuilder
pub fn block_number<T>(self, v: T) -> CellEntryBuilder
pub fn block_epoch<T>(self, v: T) -> CellEntryBuilder
pub fn index<T>(self, v: T) -> CellEntryBuilder
pub fn data_size<T>(self, v: T) -> CellEntryBuilder
Trait Implementations§
Source§impl Builder for CellEntryBuilder
impl Builder for CellEntryBuilder
Source§impl Clone for CellEntryBuilder
impl Clone for CellEntryBuilder
Source§fn clone(&self) -> CellEntryBuilder
fn clone(&self) -> CellEntryBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)