Enum patternfly_yew::SpinnerSize
source · pub enum SpinnerSize {
None,
Sm,
Md,
Lg,
Xl,
Custom(String),
}Variants§
Implementations§
source§impl SpinnerSize
impl SpinnerSize
pub fn as_classes(&self) -> Vec<&'static str> ⓘ
Trait Implementations§
source§impl Default for SpinnerSize
impl Default for SpinnerSize
source§impl PartialEq<SpinnerSize> for SpinnerSize
impl PartialEq<SpinnerSize> for SpinnerSize
source§fn eq(&self, other: &SpinnerSize) -> bool
fn eq(&self, other: &SpinnerSize) -> bool
impl StructuralPartialEq for SpinnerSize
Auto Trait Implementations§
impl RefUnwindSafe for SpinnerSize
impl Send for SpinnerSize
impl Sync for SpinnerSize
impl Unpin for SpinnerSize
impl UnwindSafe for SpinnerSize
Blanket Implementations§
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.