pub struct FormattedTextBlock {
pub inhalt: Vec<TextFormat>,
}Fields§
§inhalt: Vec<TextFormat>Implementations§
Trait Implementations§
Source§impl Clone for FormattedTextBlock
impl Clone for FormattedTextBlock
Source§fn clone(&self) -> FormattedTextBlock
fn clone(&self) -> FormattedTextBlock
Returns a duplicate 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 Debug for FormattedTextBlock
impl Debug for FormattedTextBlock
Source§impl PartialEq for FormattedTextBlock
impl PartialEq for FormattedTextBlock
Source§impl RenderHTML for FormattedTextBlock
impl RenderHTML for FormattedTextBlock
impl Eq for FormattedTextBlock
impl StructuralPartialEq for FormattedTextBlock
Auto Trait Implementations§
impl Freeze for FormattedTextBlock
impl RefUnwindSafe for FormattedTextBlock
impl Send for FormattedTextBlock
impl Sync for FormattedTextBlock
impl Unpin for FormattedTextBlock
impl UnwindSafe for FormattedTextBlock
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