pub struct RelayTransactionVecBuilder(/* private fields */);
Implementations§
Source§impl RelayTransactionVecBuilder
impl RelayTransactionVecBuilder
pub fn set(self, v: Vec<RelayTransaction>) -> RelayTransactionVecBuilder
pub fn push(self, v: RelayTransaction) -> RelayTransactionVecBuilder
pub fn extend<T>(self, iter: T) -> RelayTransactionVecBuilderwhere
T: IntoIterator<Item = RelayTransaction>,
pub fn replace( &mut self, index: usize, v: RelayTransaction, ) -> Option<RelayTransaction>
Trait Implementations§
Source§impl Builder for RelayTransactionVecBuilder
impl Builder for RelayTransactionVecBuilder
Source§impl Debug for RelayTransactionVecBuilder
impl Debug for RelayTransactionVecBuilder
Source§impl Default for RelayTransactionVecBuilder
impl Default for RelayTransactionVecBuilder
Source§fn default() -> RelayTransactionVecBuilder
fn default() -> RelayTransactionVecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RelayTransactionVecBuilder
impl RefUnwindSafe for RelayTransactionVecBuilder
impl Send for RelayTransactionVecBuilder
impl Sync for RelayTransactionVecBuilder
impl Unpin for RelayTransactionVecBuilder
impl UnwindSafe for RelayTransactionVecBuilder
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