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