pub enum PlayType {
SinglePlay,
CouplePlay,
DoublePlay,
BattlePlay,
}
Expand description
プレイ方式
Variants§
Trait Implementations§
impl StructuralPartialEq for PlayType
Auto Trait Implementations§
impl Freeze for PlayType
impl RefUnwindSafe for PlayType
impl Send for PlayType
impl Sync for PlayType
impl Unpin for PlayType
impl UnwindSafe for PlayType
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