pub struct CellEntry(/* private fields */);
Implementations§
Source§impl CellEntry
impl CellEntry
pub const FIELD_COUNT: usize = 6usize
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(&self) -> CellOutput
pub fn block_hash(&self) -> Byte32
pub fn block_number(&self) -> Uint64
pub fn block_epoch(&self) -> Uint64
pub fn index(&self) -> Uint32
pub fn data_size(&self) -> Uint64
pub fn as_reader<'r>(&'r self) -> CellEntryReader<'r>
Trait Implementations§
Source§impl Entity for CellEntry
impl Entity for CellEntry
const NAME: &'static str = "CellEntry"
type Builder = CellEntryBuilder
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 CellEntry
impl RefUnwindSafe for CellEntry
impl Send for CellEntry
impl Sync for CellEntry
impl Unpin for CellEntry
impl UnwindSafe for CellEntry
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
)