[][src]Struct ckb_standalone_types::packed::TransactionVecReader

pub struct TransactionVecReader<'r>(_);

Methods

impl<'r> TransactionVecReader<'r>[src]

pub fn total_size(&self) -> usize[src]

pub fn item_count(&self) -> usize[src]

pub fn len(&self) -> usize[src]

pub fn is_empty(&self) -> bool[src]

pub fn get(&self, idx: usize) -> Option<TransactionReader<'r>>[src]

pub fn get_unchecked(&self, idx: usize) -> TransactionReader<'r>[src]

impl<'r> TransactionVecReader<'r>[src]

pub fn iter<'t>(&'t self) -> TransactionVecReaderIterator<'t, 'r>[src]

Trait Implementations

impl<'r> Clone for TransactionVecReader<'r>[src]

impl<'r> Copy for TransactionVecReader<'r>[src]

impl<'r> Debug for TransactionVecReader<'r>[src]

impl<'r> Display for TransactionVecReader<'r>[src]

impl<'r> LowerHex for TransactionVecReader<'r>[src]

impl<'r> Reader<'r> for TransactionVecReader<'r>[src]

type Entity = TransactionVec

Auto Trait Implementations

impl<'r> Send for TransactionVecReader<'r>

impl<'r> Sync for TransactionVecReader<'r>

impl<'r> Unpin for TransactionVecReader<'r>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.