pub enum TileRole {
Master,
Stack,
}Variants§
Trait Implementations§
impl Copy for TileRole
impl Eq for TileRole
impl StructuralPartialEq for TileRole
Auto Trait Implementations§
impl Freeze for TileRole
impl RefUnwindSafe for TileRole
impl Send for TileRole
impl Sync for TileRole
impl Unpin for TileRole
impl UnsafeUnpin for TileRole
impl UnwindSafe for TileRole
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