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