pub struct RadioOptions {
pub label: String,
pub enabled: bool,
pub icon_name: String,
pub toggle_type: ToggleType,
pub toggle_state: ToggleState,
}Fields§
§label: String§enabled: bool§icon_name: String§toggle_type: ToggleType§toggle_state: ToggleStateTrait Implementations§
Source§impl Clone for RadioOptions
impl Clone for RadioOptions
Source§fn clone(&self) -> RadioOptions
fn clone(&self) -> RadioOptions
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 RadioOptions
impl Debug for RadioOptions
Source§impl Default for RadioOptions
impl Default for RadioOptions
Source§fn default() -> RadioOptions
fn default() -> RadioOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RadioOptions
impl RefUnwindSafe for RadioOptions
impl Send for RadioOptions
impl Sync for RadioOptions
impl Unpin for RadioOptions
impl UnsafeUnpin for RadioOptions
impl UnwindSafe for RadioOptions
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