pub(crate) struct Sol1920;Expand description
1920 Build Array from Permutation
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1920
impl RefUnwindSafe for Sol1920
impl Send for Sol1920
impl Sync for Sol1920
impl Unpin for Sol1920
impl UnsafeUnpin for Sol1920
impl UnwindSafe for Sol1920
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