pub(crate) struct Sol2946 {}Expand description
2946 Matrix Similarity After Cyclic Shifts
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2946
impl RefUnwindSafe for Sol2946
impl Send for Sol2946
impl Sync for Sol2946
impl Unpin for Sol2946
impl UnsafeUnpin for Sol2946
impl UnwindSafe for Sol2946
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