pub struct RelayTransactionVecBuilder(/* private fields */);Implementations§
Source§impl RelayTransactionVecBuilder
impl RelayTransactionVecBuilder
pub fn set(self, v: Vec<RelayTransaction>) -> RelayTransactionVecBuilder
pub fn push<T>(self, v: T) -> RelayTransactionVecBuilderwhere
T: Into<RelayTransaction>,
pub fn extend<T>(self, iter: T) -> RelayTransactionVecBuilderwhere
T: IntoIterator<Item = RelayTransaction>,
pub fn replace<T>(&mut self, index: usize, v: T) -> Option<RelayTransaction>where
T: Into<RelayTransaction>,
Trait Implementations§
Source§impl Builder for RelayTransactionVecBuilder
impl Builder for RelayTransactionVecBuilder
Source§impl Clone for RelayTransactionVecBuilder
impl Clone for RelayTransactionVecBuilder
Source§fn clone(&self) -> RelayTransactionVecBuilder
fn clone(&self) -> RelayTransactionVecBuilder
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 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§
§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)