pub struct TextStyleElement<'i> {
pub span: Span,
pub open_span: Span,
pub close_span: Span,
pub children: Vec<Element<'i>>,
}Fields§
§span: Span§open_span: Span§close_span: Span§children: Vec<Element<'i>>Trait Implementations§
Source§impl<'i> Clone for TextStyleElement<'i>
impl<'i> Clone for TextStyleElement<'i>
Source§fn clone(&self) -> TextStyleElement<'i>
fn clone(&self) -> TextStyleElement<'i>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'i> Debug for TextStyleElement<'i>
impl<'i> Debug for TextStyleElement<'i>
Auto Trait Implementations§
impl<'i> Freeze for TextStyleElement<'i>
impl<'i> RefUnwindSafe for TextStyleElement<'i>
impl<'i> Send for TextStyleElement<'i>
impl<'i> Sync for TextStyleElement<'i>
impl<'i> Unpin for TextStyleElement<'i>
impl<'i> UnsafeUnpin for TextStyleElement<'i>
impl<'i> UnwindSafe for TextStyleElement<'i>
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