pub(crate) struct Sol1079;Expand description
1079m Letter Tile Possibilities
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1079
impl RefUnwindSafe for Sol1079
impl Send for Sol1079
impl Sync for Sol1079
impl Unpin for Sol1079
impl UnsafeUnpin for Sol1079
impl UnwindSafe for Sol1079
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