pub enum Call {
Pass,
Double,
Redouble,
Bid(Bid),
}Expand description
Any legal announcement in the bidding stage
Variants§
Pass
A call indicating no wish to change the contract
Double
A call increasing penalties and bonuses for the contract
Redouble
A call doubling the score to the previous double
Bid(Bid)
A call proposing a contract
Trait Implementations§
impl Copy for Call
impl Eq for Call
impl StructuralPartialEq for Call
Auto Trait Implementations§
impl Freeze for Call
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
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