pub struct text_emphasis;Trait Implementations§
Source§impl Clone for text_emphasis
impl Clone for text_emphasis
Source§fn clone(&self) -> text_emphasis
fn clone(&self) -> text_emphasis
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 CssProperty for text_emphasis
impl CssProperty for text_emphasis
Auto Trait Implementations§
impl Freeze for text_emphasis
impl RefUnwindSafe for text_emphasis
impl Send for text_emphasis
impl Sync for text_emphasis
impl Unpin for text_emphasis
impl UnwindSafe for text_emphasis
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