Struct ckb_types::packed::ProposalShortIdVecReader [−][src]
pub struct ProposalShortIdVecReader<'r>(_);
Implementations
impl<'r> ProposalShortIdVecReader<'r>[src]
impl<'r> ProposalShortIdVecReader<'r>[src]pub const ITEM_SIZE: usize[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<ProposalShortIdReader<'r>>[src]
pub fn get_unchecked(&self, idx: usize) -> ProposalShortIdReader<'r>[src]
impl<'r> ProposalShortIdVecReader<'r>[src]
impl<'r> ProposalShortIdVecReader<'r>[src]pub fn iter<'t>(&'t self) -> ProposalShortIdVecReaderIterator<'t, 'r>ⓘNotable traits for ProposalShortIdVecReaderIterator<'t, 'r>
impl<'t: 'r, 'r> Iterator for ProposalShortIdVecReaderIterator<'t, 'r> type Item = ProposalShortIdReader<'t>;[src]
Notable traits for ProposalShortIdVecReaderIterator<'t, 'r>
impl<'t: 'r, 'r> Iterator for ProposalShortIdVecReaderIterator<'t, 'r> type Item = ProposalShortIdReader<'t>;impl<'r> ProposalShortIdVecReader<'r>[src]
impl<'r> ProposalShortIdVecReader<'r>[src]pub fn calc_proposals_hash(&self) -> Byte32[src]
pub fn calc_proposals_hash(&self) -> Byte32[src]Calculates the hash for proposals.
Returns the empty hash if no proposals short ids, otherwise, calculates a hash for all proposals short ids and return it.
Trait Implementations
impl<'r> Clone for ProposalShortIdVecReader<'r>[src]
impl<'r> Clone for ProposalShortIdVecReader<'r>[src]fn clone(&self) -> ProposalShortIdVecReader<'r>[src]
fn clone(&self) -> ProposalShortIdVecReader<'r>[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl<'r> Debug for ProposalShortIdVecReader<'r>[src]
impl<'r> Debug for ProposalShortIdVecReader<'r>[src]impl<'r> Display for ProposalShortIdVecReader<'r>[src]
impl<'r> Display for ProposalShortIdVecReader<'r>[src]impl<'r> LowerHex for ProposalShortIdVecReader<'r>[src]
impl<'r> LowerHex for ProposalShortIdVecReader<'r>[src]impl<'r> Reader<'r> for ProposalShortIdVecReader<'r>[src]
impl<'r> Reader<'r> for ProposalShortIdVecReader<'r>[src]type Entity = ProposalShortIdVec
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> Copy for ProposalShortIdVecReader<'r>[src]
Auto Trait Implementations
impl<'r> RefUnwindSafe for ProposalShortIdVecReader<'r>
impl<'r> Send for ProposalShortIdVecReader<'r>
impl<'r> Sync for ProposalShortIdVecReader<'r>
impl<'r> Unpin for ProposalShortIdVecReader<'r>
impl<'r> UnwindSafe for ProposalShortIdVecReader<'r>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<'r, R> FromSliceShouldBeOk<'r> for R where
R: Reader<'r>, [src]
impl<'r, R> FromSliceShouldBeOk<'r> for R where
R: Reader<'r>, [src]pub fn from_slice_should_be_ok(&'r [u8]) -> R[src]
pub fn from_slice_should_be_ok(&'r [u8]) -> R[src]Unwraps the result of from_slice(..) with confidence and we assume that it’s impossible to fail.
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,