[−][src]Enum concordium_std::test_infrastructure::ActionsTree
An actions tree, used to provide a simpler presentation for testing.
Variants
Fields of SimpleTransfer
to: AccountAddressamount: AmountFields of Send
Fields of AndThen
left: Box<ActionsTree>right: Box<ActionsTree>Fields of OrElse
left: Box<ActionsTree>right: Box<ActionsTree>Trait Implementations
impl Debug for ActionsTree[src]
impl Eq for ActionsTree[src]
impl HasActions for ActionsTree[src]
pub fn accept() -> Self[src]
pub fn simple_transfer(acc: &AccountAddress, amount: Amount) -> Self[src]
pub fn send(
ca: &ContractAddress,
receive_name: &str,
amount: Amount,
parameter: &[u8]
) -> Self[src]
ca: &ContractAddress,
receive_name: &str,
amount: Amount,
parameter: &[u8]
) -> Self
pub fn and_then(self, then: Self) -> Self[src]
pub fn or_else(self, el: Self) -> Self[src]
impl PartialEq<ActionsTree> for ActionsTree[src]
pub fn eq(&self, other: &ActionsTree) -> bool[src]
pub fn ne(&self, other: &ActionsTree) -> bool[src]
impl StructuralEq for ActionsTree[src]
impl StructuralPartialEq for ActionsTree[src]
Auto Trait Implementations
impl RefUnwindSafe for ActionsTree[src]
impl Send for ActionsTree[src]
impl Sync for ActionsTree[src]
impl Unpin for ActionsTree[src]
impl UnwindSafe for ActionsTree[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,