Struct rt_format::parser::Substitution [−][src]
pub struct Substitution<'v, V: FormatArgument> { /* fields omitted */ }Expand description
A value and its formatting specifier.
Implementations
Create an Substitution if the given value supports the given format.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'v, V> RefUnwindSafe for Substitution<'v, V> where
V: RefUnwindSafe,
impl<'v, V> Send for Substitution<'v, V> where
V: Sync,
impl<'v, V> Sync for Substitution<'v, V> where
V: Sync,
impl<'v, V> Unpin for Substitution<'v, V>
impl<'v, V> UnwindSafe for Substitution<'v, V> where
V: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
