Struct patternfly_yew::components::switch::SwitchProperties
source · pub struct SwitchProperties {
pub id: Option<String>,
pub checked: bool,
pub label: Option<String>,
pub label_off: Option<String>,
pub disabled: bool,
pub onchange: Callback<bool>,
pub aria_label: String,
}Expand description
Properties for Switch
Fields§
§id: Option<String>§checked: bool§label: Option<String>§label_off: Option<String>§disabled: bool§onchange: Callback<bool>§aria_label: StringTrait Implementations§
source§impl Clone for SwitchProperties
impl Clone for SwitchProperties
source§fn clone(&self) -> SwitchProperties
fn clone(&self) -> SwitchProperties
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 PartialEq for SwitchProperties
impl PartialEq for SwitchProperties
source§fn eq(&self, other: &SwitchProperties) -> bool
fn eq(&self, other: &SwitchProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Properties for SwitchProperties
impl Properties for SwitchProperties
impl StructuralPartialEq for SwitchProperties
Auto Trait Implementations§
impl !RefUnwindSafe for SwitchProperties
impl !Send for SwitchProperties
impl !Sync for SwitchProperties
impl Unpin for SwitchProperties
impl !UnwindSafe for SwitchProperties
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.