pub enum PuzzlePart {
PartOne,
PartTwo,
}
Variants§
Trait Implementations§
Source§impl Debug for PuzzlePart
impl Debug for PuzzlePart
Source§impl Display for PuzzlePart
impl Display for PuzzlePart
Source§impl TryFrom<&String> for PuzzlePart
impl TryFrom<&String> for PuzzlePart
Source§impl TryFrom<&str> for PuzzlePart
impl TryFrom<&str> for PuzzlePart
Auto Trait Implementations§
impl Freeze for PuzzlePart
impl RefUnwindSafe for PuzzlePart
impl Send for PuzzlePart
impl Sync for PuzzlePart
impl Unpin for PuzzlePart
impl UnwindSafe for PuzzlePart
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