pub struct Substitution<'v, V: FormatArgument> { /* private fields */ }
Expand description
A value and its formatting specifier.
Implementations§
Source§impl<'v, V: FormatArgument> Substitution<'v, V>
impl<'v, V: FormatArgument> Substitution<'v, V>
Trait Implementations§
Source§impl<'v, V: Clone + FormatArgument> Clone for Substitution<'v, V>
impl<'v, V: Clone + FormatArgument> Clone for Substitution<'v, V>
Source§fn clone(&self) -> Substitution<'v, V>
fn clone(&self) -> Substitution<'v, V>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'v, V: Debug + FormatArgument> Debug for Substitution<'v, V>
impl<'v, V: Debug + FormatArgument> Debug for Substitution<'v, V>
Source§impl<'v, V: FormatArgument> Display for Substitution<'v, V>
impl<'v, V: FormatArgument> Display for Substitution<'v, V>
Source§impl<'v, V: PartialEq + FormatArgument> PartialEq for Substitution<'v, V>
impl<'v, V: PartialEq + FormatArgument> PartialEq for Substitution<'v, V>
impl<'v, V: Copy + FormatArgument> Copy for Substitution<'v, V>
impl<'v, V: FormatArgument> StructuralPartialEq for Substitution<'v, V>
Auto Trait Implementations§
impl<'v, V> Freeze for Substitution<'v, V>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more