pub(crate) struct Sol2529;Expand description
2529 Maximum Count of Positive Integer and Negative Integer
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2529
impl RefUnwindSafe for Sol2529
impl Send for Sol2529
impl Sync for Sol2529
impl Unpin for Sol2529
impl UnsafeUnpin for Sol2529
impl UnwindSafe for Sol2529
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