Struct ckb_types::packed::TransactionVecBuilder [−][src]
pub struct TransactionVecBuilder(_);
Implementations
impl TransactionVecBuilder[src]
impl TransactionVecBuilder[src]pub fn set(self, v: Vec<Transaction>) -> Self[src]
pub fn push(self, v: Transaction) -> Self[src]
pub fn extend<T: IntoIterator<Item = Transaction>>(self, iter: T) -> Self[src]
Trait Implementations
impl Builder for TransactionVecBuilder[src]
impl Builder for TransactionVecBuilder[src]impl Debug for TransactionVecBuilder[src]
impl Debug for TransactionVecBuilder[src]impl Default for TransactionVecBuilder[src]
impl Default for TransactionVecBuilder[src]fn default() -> TransactionVecBuilder[src]
fn default() -> TransactionVecBuilder[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TransactionVecBuilder
impl Send for TransactionVecBuilder
impl Sync for TransactionVecBuilder
impl Unpin for TransactionVecBuilder
impl UnwindSafe for TransactionVecBuilder
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>,