pub struct CellInputBuilder { /* private fields */ }
Implementations§
Source§impl CellInputBuilder
impl CellInputBuilder
pub const TOTAL_SIZE: usize = 44usize
pub const FIELD_SIZES: [usize; 2] = _
pub const FIELD_COUNT: usize = 2usize
pub fn since(self, v: Uint64) -> CellInputBuilder
pub fn previous_output(self, v: OutPoint) -> CellInputBuilder
Trait Implementations§
Source§impl Builder for CellInputBuilder
impl Builder for CellInputBuilder
Source§impl Debug for CellInputBuilder
impl Debug for CellInputBuilder
Source§impl Default for CellInputBuilder
impl Default for CellInputBuilder
Source§fn default() -> CellInputBuilder
fn default() -> CellInputBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CellInputBuilder
impl RefUnwindSafe for CellInputBuilder
impl Send for CellInputBuilder
impl Sync for CellInputBuilder
impl Unpin for CellInputBuilder
impl UnwindSafe for CellInputBuilder
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