Enum patternfly_yew::TextVariant
source · pub enum TextVariant {
H1,
H2,
H3,
H4,
H5,
H6,
P,
A,
Small,
Blockquote,
Pre,
}Variants§
Trait Implementations§
source§impl Clone for TextVariant
impl Clone for TextVariant
source§fn clone(&self) -> TextVariant
fn clone(&self) -> TextVariant
Returns a copy 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 TextVariant
impl Debug for TextVariant
source§impl Default for TextVariant
impl Default for TextVariant
source§impl Ord for TextVariant
impl Ord for TextVariant
source§fn cmp(&self, other: &TextVariant) -> Ordering
fn cmp(&self, other: &TextVariant) -> 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<TextVariant> for TextVariant
impl PartialEq<TextVariant> for TextVariant
source§fn eq(&self, other: &TextVariant) -> bool
fn eq(&self, other: &TextVariant) -> bool
source§impl PartialOrd<TextVariant> for TextVariant
impl PartialOrd<TextVariant> for TextVariant
source§fn partial_cmp(&self, other: &TextVariant) -> Option<Ordering>
fn partial_cmp(&self, other: &TextVariant) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for TextVariant
impl Eq for TextVariant
impl StructuralEq for TextVariant
impl StructuralPartialEq for TextVariant
Auto Trait Implementations§
impl RefUnwindSafe for TextVariant
impl Send for TextVariant
impl Sync for TextVariant
impl Unpin for TextVariant
impl UnwindSafe for TextVariant
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.