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