Enum dao::bid_escrow::job_offer::AuctionState
source · pub enum AuctionState {
None,
Internal,
Public,
}
Expand description
Auction state representation.
Variants§
None
Unknown state.
Internal
Internal Auction - only VAs’ can bid.
Public
Public Auction - nonVAs’ can bid.
Trait Implementations§
source§impl PartialEq for AuctionState
impl PartialEq for AuctionState
source§fn eq(&self, other: &AuctionState) -> bool
fn eq(&self, other: &AuctionState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AuctionState
Auto Trait Implementations§
impl RefUnwindSafe for AuctionState
impl Send for AuctionState
impl Sync for AuctionState
impl Unpin for AuctionState
impl UnwindSafe for AuctionState
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