pub struct FourPlayerCribPart { /* private fields */ }
Implementations§
Source§impl FourPlayerCribPart
impl FourPlayerCribPart
pub fn combine( self, other1: FourPlayerCribPart, other2: FourPlayerCribPart, other3: FourPlayerCribPart, ) -> CribCards
Auto Trait Implementations§
impl Freeze for FourPlayerCribPart
impl RefUnwindSafe for FourPlayerCribPart
impl Send for FourPlayerCribPart
impl Sync for FourPlayerCribPart
impl Unpin for FourPlayerCribPart
impl UnwindSafe for FourPlayerCribPart
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