pub enum HtmlTextSize {
Size50,
Size60,
Size70,
Size80,
Size90,
Size100,
Size120,
Size140,
Size170,
Size200,
Size250,
}Variants§
Trait Implementations§
Source§impl Clone for HtmlTextSize
impl Clone for HtmlTextSize
Source§fn clone(&self) -> HtmlTextSize
fn clone(&self) -> HtmlTextSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HtmlTextSize
Source§impl Debug for HtmlTextSize
impl Debug for HtmlTextSize
impl Eq for HtmlTextSize
Source§impl<'_derivative_strum> From<&'_derivative_strum HtmlTextSize> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum HtmlTextSize> for &'static str
Source§fn from(x: &'_derivative_strum HtmlTextSize) -> &'static str
fn from(x: &'_derivative_strum HtmlTextSize) -> &'static str
Converts to this type from the input type.
Source§impl From<HtmlTextSize> for &'static str
impl From<HtmlTextSize> for &'static str
Source§fn from(x: HtmlTextSize) -> &'static str
fn from(x: HtmlTextSize) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq for HtmlTextSize
impl PartialEq for HtmlTextSize
Source§fn eq(&self, other: &HtmlTextSize) -> bool
fn eq(&self, other: &HtmlTextSize) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HtmlTextSize
Auto Trait Implementations§
impl Freeze for HtmlTextSize
impl RefUnwindSafe for HtmlTextSize
impl Send for HtmlTextSize
impl Sync for HtmlTextSize
impl Unpin for HtmlTextSize
impl UnsafeUnpin for HtmlTextSize
impl UnwindSafe for HtmlTextSize
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