Struct dds_bridge::solver::TricksTable
source · pub struct TricksTable(/* private fields */);Expand description
Tricks that each seat can take as declarer for all strains
Trait Implementations§
source§impl Clone for TricksTable
impl Clone for TricksTable
source§fn clone(&self) -> TricksTable
fn clone(&self) -> TricksTable
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 TricksTable
impl Debug for TricksTable
source§impl Display for TricksTable
impl Display for TricksTable
source§impl From<ddTableResults> for TricksTable
impl From<ddTableResults> for TricksTable
source§fn from(table: ddTableResults) -> Self
fn from(table: ddTableResults) -> Self
Converts to this type from the input type.
source§impl Index<Strain> for TricksTable
impl Index<Strain> for TricksTable
source§impl PartialEq for TricksTable
impl PartialEq for TricksTable
source§fn eq(&self, other: &TricksTable) -> bool
fn eq(&self, other: &TricksTable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TricksTable
impl Eq for TricksTable
impl StructuralPartialEq for TricksTable
Auto Trait Implementations§
impl Freeze for TricksTable
impl RefUnwindSafe for TricksTable
impl Send for TricksTable
impl Sync for TricksTable
impl Unpin for TricksTable
impl UnwindSafe for TricksTable
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