Enum round::event::WithdrawReason
source · pub enum WithdrawReason {
UserInitiated,
RoundRejected,
HeirTimeout,
}Variants§
Trait Implementations§
source§impl BorshDeserialize for WithdrawReason
impl BorshDeserialize for WithdrawReason
source§impl BorshSerialize for WithdrawReason
impl BorshSerialize for WithdrawReason
source§impl Clone for WithdrawReason
impl Clone for WithdrawReason
source§fn clone(&self) -> WithdrawReason
fn clone(&self) -> WithdrawReason
Returns a copy 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 WithdrawReason
impl Debug for WithdrawReason
source§impl PartialEq<WithdrawReason> for WithdrawReason
impl PartialEq<WithdrawReason> for WithdrawReason
source§fn eq(&self, other: &WithdrawReason) -> bool
fn eq(&self, other: &WithdrawReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WithdrawReason
Auto Trait Implementations§
impl RefUnwindSafe for WithdrawReason
impl Send for WithdrawReason
impl Sync for WithdrawReason
impl Unpin for WithdrawReason
impl UnwindSafe for WithdrawReason
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