pub struct TextMarkBuilder { /* private fields */ }Expand description
A builder-pattern type to construct TextMark objects.
Implementations§
Auto Trait Implementations§
impl Freeze for TextMarkBuilder
impl RefUnwindSafe for TextMarkBuilder
impl !Send for TextMarkBuilder
impl !Sync for TextMarkBuilder
impl Unpin for TextMarkBuilder
impl UnwindSafe for TextMarkBuilder
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