pub struct BackLink(/* private fields */);Implementations§
Source§impl BackLink
impl BackLink
pub const FIELD_COUNT: usize = 3usize
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 indexes(&self) -> Indexes
pub fn checksum(&self) -> Uint32
pub fn tx_hash(&self) -> Byte32
pub fn as_reader<'r>(&'r self) -> BackLinkReader<'r>
Trait Implementations§
Source§impl Entity for BackLink
impl Entity for BackLink
const NAME: &'static str = "BackLink"
type Builder = BackLinkBuilder
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
Source§impl Into<BackLink> for BackLinkNative
impl Into<BackLink> for BackLinkNative
Source§impl Into<BackLinkNative> for BackLink
impl Into<BackLinkNative> for BackLink
Source§fn into(self) -> BackLinkNative
fn into(self) -> BackLinkNative
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for BackLink
impl RefUnwindSafe for BackLink
impl Send for BackLink
impl Sync for BackLink
impl Unpin for BackLink
impl UnwindSafe for BackLink
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