pub struct CssFontFamily { /* private fields */ }Implementations§
Source§impl CssFontFamily
impl CssFontFamily
pub fn new(fonts: &[String], generic: CssFontGenericFamily) -> Self
Trait Implementations§
Source§impl Clone for CssFontFamily
impl Clone for CssFontFamily
Source§fn clone(&self) -> CssFontFamily
fn clone(&self) -> CssFontFamily
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 CssFontFamily
impl Debug for CssFontFamily
Source§impl Display for CssFontFamily
impl Display for CssFontFamily
Source§impl From<CssFontFamily> for CssValue
impl From<CssFontFamily> for CssValue
Source§fn from(value: CssFontFamily) -> Self
fn from(value: CssFontFamily) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CssFontFamily
impl RefUnwindSafe for CssFontFamily
impl Send for CssFontFamily
impl Sync for CssFontFamily
impl Unpin for CssFontFamily
impl UnwindSafe for CssFontFamily
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