pub struct CellDataEntry(/* private fields */);
Implementations§
Source§impl CellDataEntry
impl CellDataEntry
pub const FIELD_COUNT: usize = 2usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn output_data(&self) -> Bytes
pub fn output_data_hash(&self) -> Byte32
pub fn as_reader<'r>(&'r self) -> CellDataEntryReader<'r>
Trait Implementations§
Source§impl Clone for CellDataEntry
impl Clone for CellDataEntry
Source§fn clone(&self) -> CellDataEntry
fn clone(&self) -> CellDataEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CellDataEntry
impl Debug for CellDataEntry
Source§impl Default for CellDataEntry
impl Default for CellDataEntry
Source§impl Display for CellDataEntry
impl Display for CellDataEntry
Source§impl Entity for CellDataEntry
impl Entity for CellDataEntry
const NAME: &'static str = "CellDataEntry"
type Builder = CellDataEntryBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Auto Trait Implementations§
impl !Freeze for CellDataEntry
impl RefUnwindSafe for CellDataEntry
impl Send for CellDataEntry
impl Sync for CellDataEntry
impl Unpin for CellDataEntry
impl UnwindSafe for CellDataEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)