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