pub struct RadioGroup {
pub id: String,
pub buttons: Vec<RadioButton>,
}Fields§
§id: StringImplementations§
Source§impl RadioGroup
impl RadioGroup
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RadioGroup
impl RefUnwindSafe for RadioGroup
impl Send for RadioGroup
impl Sync for RadioGroup
impl Unpin for RadioGroup
impl UnwindSafe for RadioGroup
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