Struct sqlx_ledger::tx_template::NewTxTemplate
source · pub struct NewTxTemplate { /* private fields */ }Expand description
Representation of a new TxTemplate created via a builder.
TxTemplate is an entity that takes a set of params including
a TxInput entity and a set of EntryInput entities. It can
later be used to create a Transaction.
Implementations§
source§impl NewTxTemplate
impl NewTxTemplate
pub fn builder() -> NewTxTemplateBuilder
Auto Trait Implementations§
impl RefUnwindSafe for NewTxTemplate
impl Send for NewTxTemplate
impl Sync for NewTxTemplate
impl Unpin for NewTxTemplate
impl UnwindSafe for NewTxTemplate
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