Struct DeFloat

struct DeFloat<'i> { ... }

Represents a TOML integer

Implementations

impl Default for DeFloat<'_>

fn default() -> Self

impl Display for DeFloat<'_>

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

impl<'i> Clone for DeFloat<'i>

fn clone(self: &Self) -> DeFloat<'i>

impl<'i> Debug for DeFloat<'i>

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

impl<'i> Freeze for DeFloat<'i>

impl<'i> RefUnwindSafe for DeFloat<'i>

impl<'i> Send for DeFloat<'i>

impl<'i> Sync for DeFloat<'i>

impl<'i> Unpin for DeFloat<'i>

impl<'i> UnsafeUnpin for DeFloat<'i>

impl<'i> UnwindSafe for DeFloat<'i>

impl<T> Any for DeFloat<'i>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DeFloat<'i>

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

impl<T> BorrowMut for DeFloat<'i>

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

impl<T> CloneToUninit for DeFloat<'i>

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

impl<T> From for DeFloat<'i>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DeFloat<'i>

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

impl<T> ToString for DeFloat<'i>

fn to_string(self: &Self) -> String

impl<T, U> Into for DeFloat<'i>

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 DeFloat<'i>

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

impl<T, U> TryInto for DeFloat<'i>

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