pub struct IndexTransactionBuilder { /* private fields */ }Implementations§
Source§impl IndexTransactionBuilder
impl IndexTransactionBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn index<T>(self, v: T) -> IndexTransactionBuilder
pub fn transaction<T>(self, v: T) -> IndexTransactionBuilderwhere
T: Into<Transaction>,
Trait Implementations§
Source§impl Builder for IndexTransactionBuilder
impl Builder for IndexTransactionBuilder
Source§impl Clone for IndexTransactionBuilder
impl Clone for IndexTransactionBuilder
Source§fn clone(&self) -> IndexTransactionBuilder
fn clone(&self) -> IndexTransactionBuilder
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 IndexTransactionBuilder
impl Debug for IndexTransactionBuilder
Source§impl Default for IndexTransactionBuilder
impl Default for IndexTransactionBuilder
Source§fn default() -> IndexTransactionBuilder
fn default() -> IndexTransactionBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for IndexTransactionBuilder
impl RefUnwindSafe for IndexTransactionBuilder
impl Send for IndexTransactionBuilder
impl Sync for IndexTransactionBuilder
impl Unpin for IndexTransactionBuilder
impl UnwindSafe for IndexTransactionBuilder
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)