Enum continuation_router::ActionType
source · [−]#[repr(u16)]
pub enum ActionType {
SSSwap,
SSWithdrawOne,
SSDepositA,
SSDepositB,
ADWithdraw,
ADDeposit,
}Expand description
Represents a swap from one token to another.
Variants
SSSwap
SSWithdrawOne
SSDepositA
SSDepositB
ADWithdraw
ADDeposit
Trait Implementations
Performs the conversion.
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ActionType
impl Send for ActionType
impl Sync for ActionType
impl Unpin for ActionType
impl UnwindSafe for ActionType
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more