Struct pear::Text[][src]

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> From<&'a str> for Text<'a>
[src]

Performs the conversion.

impl<'a> Input for Text<'a>
[src]

Auto Trait Implementations

impl<'a> Send for Text<'a>

impl<'a> Sync for Text<'a>