[][src]Struct prusto::types::DecimalSeed

pub struct DecimalSeed<const P: usize, const S: usize>;

Trait Implementations

impl<'de, const P: usize, const S: usize> DeserializeSeed<'de> for DecimalSeed<P, S>[src]

type Value = Decimal<P, S>

The type produced by using this seed.

Auto Trait Implementations

impl<const P: usize, const S: usize> RefUnwindSafe for DecimalSeed<P, S>[src]

impl<const P: usize, const S: usize> Send for DecimalSeed<P, S>[src]

impl<const P: usize, const S: usize> Sync for DecimalSeed<P, S>[src]

impl<const P: usize, const S: usize> Unpin for DecimalSeed<P, S>[src]

impl<const P: usize, const S: usize> UnwindSafe for DecimalSeed<P, S>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.