pub(crate) struct Sol1394;Expand description
1394 Find Lucky Integer in an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1394
impl RefUnwindSafe for Sol1394
impl Send for Sol1394
impl Sync for Sol1394
impl Unpin for Sol1394
impl UnsafeUnpin for Sol1394
impl UnwindSafe for Sol1394
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