pub struct TextStyleElement {
pub span: Span,
pub children: Vec<Element>,
}Expand description
텍스트 스타일 (Bold, Italic, Strikethrough, Underline, Superscript, Subscript 공유)
Fields§
§span: Span§children: Vec<Element>Trait Implementations§
Source§impl Clone for TextStyleElement
impl Clone for TextStyleElement
Source§fn clone(&self) -> TextStyleElement
fn clone(&self) -> TextStyleElement
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 TextStyleElement
impl Debug for TextStyleElement
Auto Trait Implementations§
impl Freeze for TextStyleElement
impl RefUnwindSafe for TextStyleElement
impl Send for TextStyleElement
impl Sync for TextStyleElement
impl Unpin for TextStyleElement
impl UnwindSafe for TextStyleElement
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