Enum patternfly_yew::ButtonType
source · pub enum ButtonType {
Submit,
Reset,
Button,
}Expand description
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type
Variants§
Trait Implementations§
source§impl Clone for ButtonType
impl Clone for ButtonType
source§fn clone(&self) -> ButtonType
fn clone(&self) -> ButtonType
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 ButtonType
impl Debug for ButtonType
source§impl Default for ButtonType
impl Default for ButtonType
source§impl IntoPropValue<Option<AttrValue>> for ButtonType
impl IntoPropValue<Option<AttrValue>> for ButtonType
source§fn into_prop_value(self) -> Option<AttrValue>
fn into_prop_value(self) -> Option<AttrValue>
Convert
self to a value of a Properties struct.source§impl PartialEq<ButtonType> for ButtonType
impl PartialEq<ButtonType> for ButtonType
source§fn eq(&self, other: &ButtonType) -> bool
fn eq(&self, other: &ButtonType) -> bool
source§impl ToString for ButtonType
impl ToString for ButtonType
impl Copy for ButtonType
impl Eq for ButtonType
impl StructuralEq for ButtonType
impl StructuralPartialEq for ButtonType
Auto Trait Implementations§
impl RefUnwindSafe for ButtonType
impl Send for ButtonType
impl Sync for ButtonType
impl Unpin for ButtonType
impl UnwindSafe for ButtonType
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.