pub struct ApplicationCallTransactionMother {}
Implementations§
Source§impl ApplicationCallTransactionMother
impl ApplicationCallTransactionMother
pub fn application_create() -> ApplicationCallTransactionBuilder
pub fn application_update() -> ApplicationCallTransactionBuilder
pub fn application_call() -> ApplicationCallTransactionBuilder
pub fn application_delete() -> ApplicationCallTransactionBuilder
pub fn application_opt_in() -> ApplicationCallTransactionBuilder
pub fn application_call_example() -> ApplicationCallTransactionBuilder
pub fn application_close_out() -> ApplicationCallTransactionBuilder
pub fn application_clear_state() -> ApplicationCallTransactionBuilder
Auto Trait Implementations§
impl Freeze for ApplicationCallTransactionMother
impl RefUnwindSafe for ApplicationCallTransactionMother
impl Send for ApplicationCallTransactionMother
impl Sync for ApplicationCallTransactionMother
impl Unpin for ApplicationCallTransactionMother
impl UnwindSafe for ApplicationCallTransactionMother
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