pub(crate) struct Sol3442 {}Expand description
3442 Maximum Difference Between Even and Odd Frequency I
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3442
impl RefUnwindSafe for Sol3442
impl Send for Sol3442
impl Sync for Sol3442
impl Unpin for Sol3442
impl UnsafeUnpin for Sol3442
impl UnwindSafe for Sol3442
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