pub struct PartTextBuilder<'vf, T: ValueFormatTrait> { /* private fields */ }
Expand description
Adds a format part to this format.
The number:text element contains any fixed text for a data style.
Can be used with ValueTypes:
- Boolean
- Currency
- DateTime
- Number
- Percentage
- Text
- TimeDuration
Implementations§
Source§impl<'vf, T: ValueFormatTrait> PartTextBuilder<'vf, T>
impl<'vf, T: ValueFormatTrait> PartTextBuilder<'vf, T>
Trait Implementations§
Auto Trait Implementations§
impl<'vf, T> Freeze for PartTextBuilder<'vf, T>
impl<'vf, T> RefUnwindSafe for PartTextBuilder<'vf, T>where
T: RefUnwindSafe,
impl<'vf, T> Send for PartTextBuilder<'vf, T>where
T: Send,
impl<'vf, T> Sync for PartTextBuilder<'vf, T>where
T: Sync,
impl<'vf, T> Unpin for PartTextBuilder<'vf, T>
impl<'vf, T> !UnwindSafe for PartTextBuilder<'vf, T>
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