pub(crate) struct Sol1550;Expand description
1550 Three Consecutive Odds
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1550
impl RefUnwindSafe for Sol1550
impl Send for Sol1550
impl Sync for Sol1550
impl Unpin for Sol1550
impl UnsafeUnpin for Sol1550
impl UnwindSafe for Sol1550
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