pub enum TextTransform {
Initial,
Inherit,
Unset,
None,
Capitalize,
Uppercase,
Lowercase,
}Variants§
Trait Implementations§
Source§impl AppendProperty for TextTransform
impl AppendProperty for TextTransform
fn append_property(self, decls: &mut Vec<Property>)
Source§impl Clone for TextTransform
impl Clone for TextTransform
Source§fn clone(&self) -> TextTransform
fn clone(&self) -> TextTransform
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 TextTransform
impl Debug for TextTransform
Source§impl Display for TextTransform
impl Display for TextTransform
Source§impl From<TextTransform> for Property
impl From<TextTransform> for Property
Source§fn from(x: TextTransform) -> Self
fn from(x: TextTransform) -> Self
Converts to this type from the input type.
Source§impl Hash for TextTransform
impl Hash for TextTransform
Source§impl Ord for TextTransform
impl Ord for TextTransform
Source§fn cmp(&self, other: &TextTransform) -> Ordering
fn cmp(&self, other: &TextTransform) -> 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 TextTransform
impl PartialEq for TextTransform
Source§impl PartialOrd for TextTransform
impl PartialOrd for TextTransform
impl Eq for TextTransform
impl StructuralPartialEq for TextTransform
Auto Trait Implementations§
impl Freeze for TextTransform
impl RefUnwindSafe for TextTransform
impl Send for TextTransform
impl Sync for TextTransform
impl Unpin for TextTransform
impl UnwindSafe for TextTransform
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