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<T>(self, v: T) -> CellInputBuilder
pub fn previous_output<T>(self, v: T) -> CellInputBuilder
Trait Implementations§
Source§impl Builder for CellInputBuilder
impl Builder for CellInputBuilder
Source§impl Clone for CellInputBuilder
impl Clone for CellInputBuilder
Source§fn clone(&self) -> CellInputBuilder
fn clone(&self) -> CellInputBuilder
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 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§
§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)