pub struct TwoPlayerDeal { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for TwoPlayerDeal
impl RefUnwindSafe for TwoPlayerDeal
impl Send for TwoPlayerDeal
impl Sync for TwoPlayerDeal
impl Unpin for TwoPlayerDeal
impl UnwindSafe for TwoPlayerDeal
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