Struct dds_bridge::solver::TricksRow
source · pub struct TricksRow(/* private fields */);Expand description
Tricks that each seat can take as declarer for a strain
Implementations§
Trait Implementations§
source§impl PartialEq for TricksRow
impl PartialEq for TricksRow
impl Copy for TricksRow
impl Eq for TricksRow
impl StructuralPartialEq for TricksRow
Auto Trait Implementations§
impl Freeze for TricksRow
impl RefUnwindSafe for TricksRow
impl Send for TricksRow
impl Sync for TricksRow
impl Unpin for TricksRow
impl UnwindSafe for TricksRow
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