pub(crate) struct Sol498 {}Expand description
498m Diagonal Traverse
Implementations§
Auto Trait Implementations§
impl Freeze for Sol498
impl RefUnwindSafe for Sol498
impl Send for Sol498
impl Sync for Sol498
impl Unpin for Sol498
impl UnsafeUnpin for Sol498
impl UnwindSafe for Sol498
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