pub(crate) struct Sol2560;Expand description
2560m House Robber IV
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2560
impl RefUnwindSafe for Sol2560
impl Send for Sol2560
impl Sync for Sol2560
impl Unpin for Sol2560
impl UnsafeUnpin for Sol2560
impl UnwindSafe for Sol2560
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