Struct dds_bridge::Holding
source · pub struct Holding(/* private fields */);Expand description
A set of cards of the same suit
Implementations§
Trait Implementations§
source§impl Display for Holding
impl Display for Holding
Show cards in descending order
- The ten is shown as
Tfor PBN compatibility. - This implementation ignores formatting flags for simplicity and speed.
If you want to pad or align the output, use
fmt::Formatter::pad.
source§impl PartialEq for Holding
impl PartialEq for Holding
impl Copy for Holding
impl Eq for Holding
impl StructuralPartialEq for Holding
Auto Trait Implementations§
impl Freeze for Holding
impl RefUnwindSafe for Holding
impl Send for Holding
impl Sync for Holding
impl Unpin for Holding
impl UnwindSafe for Holding
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