Struct patternfly_yew::HelperText
source · pub struct HelperText {
pub input_state: InputState,
pub custom_icon: Option<Icon>,
pub no_icon: bool,
pub is_dynamic: bool,
pub message: String,
}Fields§
§input_state: InputState§custom_icon: Option<Icon>§no_icon: bool§is_dynamic: bool§message: StringTrait Implementations§
source§impl Clone for HelperText
impl Clone for HelperText
source§fn clone(&self) -> HelperText
fn clone(&self) -> HelperText
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 HelperText
impl Debug for HelperText
source§impl From<&HelperText> for VNode
impl From<&HelperText> for VNode
source§fn from(text: &HelperText) -> Self
fn from(text: &HelperText) -> Self
Converts to this type from the input type.
source§impl From<&str> for HelperText
impl From<&str> for HelperText
source§impl From<(&str, InputState)> for HelperText
impl From<(&str, InputState)> for HelperText
source§fn from(value: (&str, InputState)) -> Self
fn from(value: (&str, InputState)) -> Self
Converts to this type from the input type.
source§impl PartialEq<HelperText> for HelperText
impl PartialEq<HelperText> for HelperText
source§fn eq(&self, other: &HelperText) -> bool
fn eq(&self, other: &HelperText) -> bool
impl Eq for HelperText
impl StructuralEq for HelperText
impl StructuralPartialEq for HelperText
Auto Trait Implementations§
impl RefUnwindSafe for HelperText
impl Send for HelperText
impl Sync for HelperText
impl Unpin for HelperText
impl UnwindSafe for HelperText
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.