Enum patternfly_yew::SpanModifiers
source · [−]pub enum SpanModifiers {
Truncate,
}Variants
Truncate
Trait Implementations
sourceimpl AsClasses for SpanModifiers
impl AsClasses for SpanModifiers
sourceimpl Clone for SpanModifiers
impl Clone for SpanModifiers
sourcefn clone(&self) -> SpanModifiers
fn clone(&self) -> SpanModifiers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SpanModifiers
impl Debug for SpanModifiers
sourceimpl PartialEq<SpanModifiers> for SpanModifiers
impl PartialEq<SpanModifiers> for SpanModifiers
sourcefn eq(&self, other: &SpanModifiers) -> bool
fn eq(&self, other: &SpanModifiers) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for SpanModifiers
impl Eq for SpanModifiers
impl StructuralEq for SpanModifiers
impl StructuralPartialEq for SpanModifiers
Auto Trait Implementations
impl RefUnwindSafe for SpanModifiers
impl Send for SpanModifiers
impl Sync for SpanModifiers
impl Unpin for SpanModifiers
impl UnwindSafe for SpanModifiers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert self to a value of a Properties struct.
sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert self to a value of a Properties struct.