pub struct TransactionVecBuilder(/* private fields */);Implementations§
Source§impl TransactionVecBuilder
impl TransactionVecBuilder
pub fn set(self, v: Vec<Transaction>) -> TransactionVecBuilder
pub fn push<T>(self, v: T) -> TransactionVecBuilderwhere
T: Into<Transaction>,
pub fn extend<T>(self, iter: T) -> TransactionVecBuilderwhere
T: IntoIterator<Item = Transaction>,
pub fn replace<T>(&mut self, index: usize, v: T) -> Option<Transaction>where
T: Into<Transaction>,
Trait Implementations§
Source§impl Builder for TransactionVecBuilder
impl Builder for TransactionVecBuilder
Source§impl Clone for TransactionVecBuilder
impl Clone for TransactionVecBuilder
Source§fn clone(&self) -> TransactionVecBuilder
fn clone(&self) -> TransactionVecBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransactionVecBuilder
impl Debug for TransactionVecBuilder
Source§impl Default for TransactionVecBuilder
impl Default for TransactionVecBuilder
Source§fn default() -> TransactionVecBuilder
fn default() -> TransactionVecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransactionVecBuilder
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)