pub struct IndexTransactionVecBuilder(/* private fields */);
Implementations§
Source§impl IndexTransactionVecBuilder
impl IndexTransactionVecBuilder
pub fn set(self, v: Vec<IndexTransaction>) -> IndexTransactionVecBuilder
pub fn push(self, v: IndexTransaction) -> IndexTransactionVecBuilder
pub fn extend<T>(self, iter: T) -> IndexTransactionVecBuilderwhere
T: IntoIterator<Item = IndexTransaction>,
pub fn replace( &mut self, index: usize, v: IndexTransaction, ) -> Option<IndexTransaction>
Trait Implementations§
Source§impl Builder for IndexTransactionVecBuilder
impl Builder for IndexTransactionVecBuilder
Source§impl Debug for IndexTransactionVecBuilder
impl Debug for IndexTransactionVecBuilder
Source§impl Default for IndexTransactionVecBuilder
impl Default for IndexTransactionVecBuilder
Source§fn default() -> IndexTransactionVecBuilder
fn default() -> IndexTransactionVecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexTransactionVecBuilder
impl RefUnwindSafe for IndexTransactionVecBuilder
impl Send for IndexTransactionVecBuilder
impl Sync for IndexTransactionVecBuilder
impl Unpin for IndexTransactionVecBuilder
impl UnwindSafe for IndexTransactionVecBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more