pub(crate) struct Sol1046 {}Expand description
1046 Last Stone Weight
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1046
impl RefUnwindSafe for Sol1046
impl Send for Sol1046
impl Sync for Sol1046
impl Unpin for Sol1046
impl UnsafeUnpin for Sol1046
impl UnwindSafe for Sol1046
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