pub enum FontSize {
Css(CssFontSize),
Decimal(f32),
}Expand description
Can be one of the CSS font sizes or a decimal point size.
Variants§
Trait Implementations§
Source§impl DatatypeDeserializer for FontSize
impl DatatypeDeserializer for FontSize
impl Eq for FontSize
impl StructuralPartialEq for FontSize
Auto Trait Implementations§
impl Freeze for FontSize
impl RefUnwindSafe for FontSize
impl Send for FontSize
impl Sync for FontSize
impl Unpin for FontSize
impl UnwindSafe for FontSize
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