Enum offchain::payment_command::PaymentState [−][src]
pub enum PaymentState {
SenderInit,
SenderAbort,
SenderSoft,
SenderSoftSend,
Ready,
RecieverAbort,
RecieverSoft,
RecieverSoftSend,
RecieverSend,
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PaymentState
impl Send for PaymentState
impl Sync for PaymentState
impl Unpin for PaymentState
impl UnwindSafe for PaymentState
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self