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