Struct ckb_types::packed::GetBlockTransactionsBuilder [−][src]
pub struct GetBlockTransactionsBuilder { /* fields omitted */ }Implementations
impl GetBlockTransactionsBuilder[src]
impl GetBlockTransactionsBuilder[src]pub const FIELD_COUNT: usize[src]
pub fn block_hash(self, v: Byte32) -> Self[src]
pub fn indexes(self, v: Uint32Vec) -> Self[src]
pub fn uncle_indexes(self, v: Uint32Vec) -> Self[src]
Trait Implementations
impl Builder for GetBlockTransactionsBuilder[src]
impl Builder for GetBlockTransactionsBuilder[src]impl Debug for GetBlockTransactionsBuilder[src]
impl Debug for GetBlockTransactionsBuilder[src]impl Default for GetBlockTransactionsBuilder[src]
impl Default for GetBlockTransactionsBuilder[src]fn default() -> GetBlockTransactionsBuilder[src]
fn default() -> GetBlockTransactionsBuilder[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetBlockTransactionsBuilder
impl Send for GetBlockTransactionsBuilder
impl Sync for GetBlockTransactionsBuilder
impl Unpin for GetBlockTransactionsBuilder
impl UnwindSafe for GetBlockTransactionsBuilder
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<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,