Struct InternalNumeric

struct InternalNumeric { ... }

An opaque type representing numeric item types for internal uses only.

Implementations

impl Clone for InternalNumeric

fn clone(self: &Self) -> InternalNumeric

impl Debug for InternalNumeric

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl Eq for InternalNumeric

impl Freeze for InternalNumeric

impl Hash for InternalNumeric

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl PartialEq for InternalNumeric

fn eq(self: &Self, other: &InternalNumeric) -> bool

impl RefUnwindSafe for InternalNumeric

impl Send for InternalNumeric

impl StructuralPartialEq for InternalNumeric

impl Sync for InternalNumeric

impl Unpin for InternalNumeric

impl UnwindSafe for InternalNumeric

impl<T> Any for InternalNumeric

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for InternalNumeric

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for InternalNumeric

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for InternalNumeric

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for InternalNumeric

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for InternalNumeric

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for InternalNumeric

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for InternalNumeric

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for InternalNumeric

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>