pub struct Crewmate {
pub is_red: bool,
}Expand description
A crewmate, which can be red or not red. Red is always sus.
Fields§
§is_red: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Crewmate
impl RefUnwindSafe for Crewmate
impl Send for Crewmate
impl Sync for Crewmate
impl Unpin for Crewmate
impl UnwindSafe for Crewmate
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