pub struct PartTextContentBuilder<'vf, T: ValueFormatTrait> { /* private fields */ }
Expand description
Adds a format part to this format.
The number:text-content element marks the position of variable text content of a text style.
Can be used with ValueTypes:
- Text
Implementations§
Source§impl<'vf, T: ValueFormatTrait> PartTextContentBuilder<'vf, T>
impl<'vf, T: ValueFormatTrait> PartTextContentBuilder<'vf, T>
Trait Implementations§
Auto Trait Implementations§
impl<'vf, T> Freeze for PartTextContentBuilder<'vf, T>
impl<'vf, T> RefUnwindSafe for PartTextContentBuilder<'vf, T>where
T: RefUnwindSafe,
impl<'vf, T> Send for PartTextContentBuilder<'vf, T>where
T: Send,
impl<'vf, T> Sync for PartTextContentBuilder<'vf, T>where
T: Sync,
impl<'vf, T> Unpin for PartTextContentBuilder<'vf, T>
impl<'vf, T> !UnwindSafe for PartTextContentBuilder<'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