[−][src]Struct ckb_standalone_types::packed::BytesVecReader
Methods
impl<'r> BytesVecReader<'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<BytesReader<'r>>
[src]
pub fn get_unchecked(&self, idx: usize) -> BytesReader<'r>
[src]
impl<'r> BytesVecReader<'r>
[src]
pub fn iter<'t>(&'t self) -> BytesVecReaderIterator<'t, 'r>
[src]
Trait Implementations
impl<'r> Clone for BytesVecReader<'r>
[src]
fn clone(&self) -> BytesVecReader<'r>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'r> Copy for BytesVecReader<'r>
[src]
impl<'r> Debug for BytesVecReader<'r>
[src]
impl<'r> Display for BytesVecReader<'r>
[src]
impl<'r> LowerHex for BytesVecReader<'r>
[src]
impl<'r> Reader<'r> for BytesVecReader<'r>
[src]
type Entity = BytesVec
const NAME: &'static str
[src]
fn to_entity(&self) -> Self::Entity
[src]
fn new_unchecked(slice: &'r [u8]) -> Self
[src]
fn as_slice(&self) -> &'r [u8]
[src]
fn verify(slice: &[u8], compatible: bool) -> VerificationResult<()>
[src]
fn from_slice(slice: &'r [u8]) -> Result<Self, VerificationError>
[src]
fn from_compatible_slice(slice: &'r [u8]) -> Result<Self, VerificationError>
[src]
impl<'r> Unpack<Vec<Bytes>> for BytesVecReader<'r>
[src]
Auto Trait Implementations
impl<'r> Send for BytesVecReader<'r>
impl<'r> Sync for BytesVecReader<'r>
impl<'r> Unpin for BytesVecReader<'r>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,