pub struct TextConstructor { /* private fields */ }Implementations§
Source§impl TextConstructor
impl TextConstructor
Sourcepub fn builder() -> TextConstructorBuilder
pub fn builder() -> TextConstructorBuilder
Create an instance of TextConstructor using the builder syntax
Auto Trait Implementations§
impl Freeze for TextConstructor
impl RefUnwindSafe for TextConstructor
impl Send for TextConstructor
impl Sync for TextConstructor
impl Unpin for TextConstructor
impl UnwindSafe for TextConstructor
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