pub(crate) struct Sol29;
Expand description
29m Divide Two Integers
Implementations§
Auto Trait Implementations§
impl Freeze for Sol29
impl RefUnwindSafe for Sol29
impl Send for Sol29
impl Sync for Sol29
impl Unpin for Sol29
impl UnwindSafe for Sol29
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