pub struct IndexTransaction(/* private fields */);
Implementations§
Source§impl IndexTransaction
impl IndexTransaction
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 index(&self) -> Uint32
pub fn transaction(&self) -> Transaction
pub fn as_reader<'r>(&'r self) -> IndexTransactionReader<'r>
Trait Implementations§
Source§impl Clone for IndexTransaction
impl Clone for IndexTransaction
Source§fn clone(&self) -> IndexTransaction
fn clone(&self) -> IndexTransaction
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 IndexTransaction
impl Debug for IndexTransaction
Source§impl Default for IndexTransaction
impl Default for IndexTransaction
Source§fn default() -> IndexTransaction
fn default() -> IndexTransaction
Returns the “default value” for a type. Read more
Source§impl Display for IndexTransaction
impl Display for IndexTransaction
Source§impl Entity for IndexTransaction
impl Entity for IndexTransaction
const NAME: &'static str = "IndexTransaction"
type Builder = IndexTransactionBuilder
fn new_unchecked(data: Bytes) -> IndexTransaction
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<IndexTransaction, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<IndexTransaction, VerificationError>
fn new_builder() -> <IndexTransaction as Entity>::Builder
fn as_builder(self) -> <IndexTransaction as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for IndexTransaction
impl RefUnwindSafe for IndexTransaction
impl Send for IndexTransaction
impl Sync for IndexTransaction
impl Unpin for IndexTransaction
impl UnwindSafe for IndexTransaction
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
)Source§impl<T> PackVec<IndexTransactionVec, IndexTransaction> for Twhere
T: IntoIterator<Item = IndexTransaction>,
impl<T> PackVec<IndexTransactionVec, IndexTransaction> for Twhere
T: IntoIterator<Item = IndexTransaction>,
Source§fn pack(self) -> IndexTransactionVec
fn pack(self) -> IndexTransactionVec
Packs a vector of binary data into one binary data.