#[repr(C)]pub enum StyleHyphens {
Auto = 0,
None = 1,
}Expand description
Hyphenation rules.
Variants§
Trait Implementations§
Source§impl Clone for StyleHyphens
impl Clone for StyleHyphens
Source§fn clone(&self) -> StyleHyphens
fn clone(&self) -> StyleHyphens
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 StyleHyphens
impl Debug for StyleHyphens
Source§impl Default for StyleHyphens
impl Default for StyleHyphens
Source§impl FormatAsRustCode for StyleHyphens
impl FormatAsRustCode for StyleHyphens
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<StyleHyphens> for CssProperty
impl From<StyleHyphens> for CssProperty
Source§fn from(e: StyleHyphens) -> Self
fn from(e: StyleHyphens) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleHyphens
impl Hash for StyleHyphens
Source§impl Ord for StyleHyphens
impl Ord for StyleHyphens
Source§fn cmp(&self, other: &StyleHyphens) -> Ordering
fn cmp(&self, other: &StyleHyphens) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleHyphens
impl PartialEq for StyleHyphens
Source§impl PartialOrd for StyleHyphens
impl PartialOrd for StyleHyphens
Source§impl PrintAsCssValue for StyleHyphens
impl PrintAsCssValue for StyleHyphens
fn print_as_css_value(&self) -> String
impl Copy for StyleHyphens
impl Eq for StyleHyphens
impl StructuralPartialEq for StyleHyphens
Auto Trait Implementations§
impl Freeze for StyleHyphens
impl RefUnwindSafe for StyleHyphens
impl Send for StyleHyphens
impl Sync for StyleHyphens
impl Unpin for StyleHyphens
impl UnwindSafe for StyleHyphens
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