pub enum RoomType {
Room,
Set,
}
Expand description
in very early versions of Bitsy, a room was called a “set”
Variants§
Trait Implementations§
impl Copy for RoomType
impl Eq for RoomType
impl StructuralPartialEq for RoomType
Auto Trait Implementations§
impl Freeze for RoomType
impl RefUnwindSafe for RoomType
impl Send for RoomType
impl Sync for RoomType
impl Unpin for RoomType
impl UnwindSafe for RoomType
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