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