pub struct Rem<a: Term, b: Term> { /* private fields */ }Expand description
Term that represents the arithmetic operation on mathematical integers and whose evaluations always panics on overflow of the base type
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<a, b> Freeze for Rem<a, b>
impl<a, b> RefUnwindSafe for Rem<a, b>
impl<a, b> Send for Rem<a, b>
impl<a, b> Sync for Rem<a, b>
impl<a, b> Unpin for Rem<a, b>
impl<a, b> UnwindSafe for Rem<a, b>
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