pub struct AppCallTransactionMother {}
Implementations§
Source§impl AppCallTransactionMother
impl AppCallTransactionMother
pub fn app_create() -> AppCallTransactionBuilder
pub fn app_update() -> AppCallTransactionBuilder
pub fn app_call() -> AppCallTransactionBuilder
pub fn app_delete() -> AppCallTransactionBuilder
pub fn app_opt_in() -> AppCallTransactionBuilder
pub fn app_call_example() -> AppCallTransactionBuilder
pub fn app_close_out() -> AppCallTransactionBuilder
pub fn app_clear_state() -> AppCallTransactionBuilder
Auto Trait Implementations§
impl Freeze for AppCallTransactionMother
impl RefUnwindSafe for AppCallTransactionMother
impl Send for AppCallTransactionMother
impl Sync for AppCallTransactionMother
impl Unpin for AppCallTransactionMother
impl UnwindSafe for AppCallTransactionMother
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