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