pub(crate) struct Sol60;Expand description
60h Permutation Sequence
Implementations§
Auto Trait Implementations§
impl Freeze for Sol60
impl RefUnwindSafe for Sol60
impl Send for Sol60
impl Sync for Sol60
impl Unpin for Sol60
impl UnsafeUnpin for Sol60
impl UnwindSafe for Sol60
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