pub struct ArithmeticPrimitiveSet {}Expand description
An arithmetic primitive set.
Implementations§
Trait Implementations§
Source§impl Debug for ArithmeticPrimitiveSet
impl Debug for ArithmeticPrimitiveSet
Source§impl Default for ArithmeticPrimitiveSet
impl Default for ArithmeticPrimitiveSet
Source§fn default() -> ArithmeticPrimitiveSet
fn default() -> ArithmeticPrimitiveSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArithmeticPrimitiveSet
impl RefUnwindSafe for ArithmeticPrimitiveSet
impl Send for ArithmeticPrimitiveSet
impl Sync for ArithmeticPrimitiveSet
impl Unpin for ArithmeticPrimitiveSet
impl UnsafeUnpin for ArithmeticPrimitiveSet
impl UnwindSafe for ArithmeticPrimitiveSet
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