pub struct CheckboxGroupProps {
pub class: Option<String>,
pub aria_label: Option<String>,
}Expand description
Properties for CheckboxGroup.
Fields§
§class: Option<String>§aria_label: Option<String>Trait Implementations§
Source§impl Clone for CheckboxGroupProps
impl Clone for CheckboxGroupProps
Source§fn clone(&self) -> CheckboxGroupProps
fn clone(&self) -> CheckboxGroupProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CheckboxGroupProps
impl Debug for CheckboxGroupProps
Source§impl Default for CheckboxGroupProps
impl Default for CheckboxGroupProps
Source§fn default() -> CheckboxGroupProps
fn default() -> CheckboxGroupProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for CheckboxGroupProps
impl PartialEq for CheckboxGroupProps
Source§fn eq(&self, other: &CheckboxGroupProps) -> bool
fn eq(&self, other: &CheckboxGroupProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CheckboxGroupProps
Auto Trait Implementations§
impl Freeze for CheckboxGroupProps
impl RefUnwindSafe for CheckboxGroupProps
impl Send for CheckboxGroupProps
impl Sync for CheckboxGroupProps
impl Unpin for CheckboxGroupProps
impl UnsafeUnpin for CheckboxGroupProps
impl UnwindSafe for CheckboxGroupProps
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