Enum phoenix::program::status::SeatApprovalStatus
source · #[repr(u64)]
pub enum SeatApprovalStatus {
NotApproved,
Approved,
Retired,
}Variants§
Trait Implementations§
source§impl BorshSerialize for SeatApprovalStatus
impl BorshSerialize for SeatApprovalStatus
source§impl Clone for SeatApprovalStatus
impl Clone for SeatApprovalStatus
source§fn clone(&self) -> SeatApprovalStatus
fn clone(&self) -> SeatApprovalStatus
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 SeatApprovalStatus
impl Debug for SeatApprovalStatus
source§impl Default for SeatApprovalStatus
impl Default for SeatApprovalStatus
source§impl Display for SeatApprovalStatus
impl Display for SeatApprovalStatus
source§impl From<u64> for SeatApprovalStatus
impl From<u64> for SeatApprovalStatus
source§impl PartialEq<SeatApprovalStatus> for SeatApprovalStatus
impl PartialEq<SeatApprovalStatus> for SeatApprovalStatus
source§fn eq(&self, other: &SeatApprovalStatus) -> bool
fn eq(&self, other: &SeatApprovalStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.