pub enum MailboxType {
ArkoorReceive,
RoundParticipationCompleted,
LnRecvPendingPayment,
RecoveryVtxoId,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MailboxType
impl Clone for MailboxType
Source§fn clone(&self) -> MailboxType
fn clone(&self) -> MailboxType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MailboxType
impl Debug for MailboxType
Source§impl Display for MailboxType
impl Display for MailboxType
Source§impl From<MailboxType> for String
impl From<MailboxType> for String
Source§fn from(t: MailboxType) -> Self
fn from(t: MailboxType) -> Self
Converts to this type from the input type.
Source§impl From<MailboxType> for u32
impl From<MailboxType> for u32
Source§fn from(t: MailboxType) -> Self
fn from(t: MailboxType) -> Self
Converts to this type from the input type.
Source§impl FromStr for MailboxType
impl FromStr for MailboxType
Source§impl PartialEq for MailboxType
impl PartialEq for MailboxType
Source§impl TryFrom<u32> for MailboxType
impl TryFrom<u32> for MailboxType
impl Copy for MailboxType
impl Eq for MailboxType
impl StructuralPartialEq for MailboxType
Auto Trait Implementations§
impl Freeze for MailboxType
impl RefUnwindSafe for MailboxType
impl Send for MailboxType
impl Sync for MailboxType
impl Unpin for MailboxType
impl UnsafeUnpin for MailboxType
impl UnwindSafe for MailboxType
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