Struct digits::Digits [] [src]

pub struct Digits<'a> { /* fields omitted */ }

Methods

impl<'a> Digits<'a>
[src]

Trait Implementations

impl<'a> Debug for Digits<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Digits<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Into<String> for Digits<'a>
[src]