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