pub struct TestDataMother {}
Implementations§
Source§impl TestDataMother
impl TestDataMother
pub fn simple_payment() -> TransactionTestData
pub fn simple_asset_transfer() -> TransactionTestData
pub fn opt_in_asset_transfer() -> TransactionTestData
pub fn application_create() -> TransactionTestData
pub fn application_update() -> TransactionTestData
pub fn application_delete() -> TransactionTestData
pub fn application_call() -> TransactionTestData
pub fn asset_create() -> TransactionTestData
pub fn asset_destroy() -> TransactionTestData
pub fn asset_reconfigure() -> TransactionTestData
pub fn export<F, T>(path: &Path, transform: Option<F>)
Auto Trait Implementations§
impl Freeze for TestDataMother
impl RefUnwindSafe for TestDataMother
impl Send for TestDataMother
impl Sync for TestDataMother
impl Unpin for TestDataMother
impl UnwindSafe for TestDataMother
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