pub(crate) struct Sol174;Expand description
174h Dungeon Game
Implementations§
Auto Trait Implementations§
impl Freeze for Sol174
impl RefUnwindSafe for Sol174
impl Send for Sol174
impl Sync for Sol174
impl Unpin for Sol174
impl UnsafeUnpin for Sol174
impl UnwindSafe for Sol174
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