Struct twt_werewolf_master_ng::player::RawRole
source · struct RawRole {}
Expand description
没有分配角色前的角色。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawRole
impl RefUnwindSafe for RawRole
impl Send for RawRole
impl Sync for RawRole
impl Unpin for RawRole
impl UnwindSafe for RawRole
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