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