Enum tulipv2_sdk_common::traits::pausable::PausableAction
source · [−]pub enum PausableAction {
Deposit,
Withdrawal,
DepositAndWithdrawal,
Compound,
Rebase,
Rebalance,
All,
Unknown,
}Expand description
defines an action type that is used when interacting with the pausable trait
Variants
Deposit
Withdrawal
DepositAndWithdrawal
Compound
Rebase
Rebalance
All
Unknown
Trait Implementations
sourceimpl Clone for PausableAction
impl Clone for PausableAction
sourcefn clone(&self) -> PausableAction
fn clone(&self) -> PausableAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PausableAction
impl Debug for PausableAction
sourceimpl From<PausableAction> for u8
impl From<PausableAction> for u8
sourcefn from(action: PausableAction) -> Self
fn from(action: PausableAction) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for PausableAction
impl From<u8> for PausableAction
sourceimpl FromStr for PausableAction
impl FromStr for PausableAction
sourceimpl ToString for PausableAction
impl ToString for PausableAction
impl Copy for PausableAction
Auto Trait Implementations
impl RefUnwindSafe for PausableAction
impl Send for PausableAction
impl Sync for PausableAction
impl Unpin for PausableAction
impl UnwindSafe for PausableAction
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more