pub struct NumericHelper {
pub name: &'static str,
pub symbol: RuntimeSymbol,
}Expand description
One numeric prelude helper: the source name and the wrapper it lowers to.
Fields§
§name: &'static str§symbol: RuntimeSymbolImplementations§
Trait Implementations§
Source§impl Clone for NumericHelper
impl Clone for NumericHelper
Source§fn clone(&self) -> NumericHelper
fn clone(&self) -> NumericHelper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NumericHelper
Auto Trait Implementations§
impl Freeze for NumericHelper
impl RefUnwindSafe for NumericHelper
impl Send for NumericHelper
impl Sync for NumericHelper
impl Unpin for NumericHelper
impl UnsafeUnpin for NumericHelper
impl UnwindSafe for NumericHelper
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