pub struct Radio {
    pub require: bool,
    pub field: String,
    pub mode: String,
    pub title: String,
    pub def: String,
    pub option: Vec<String>,
    pub dec: usize,
    pub length: i32,
    pub show: bool,
    pub describe: String,
}Fields§
§require: bool§field: String§mode: String§title: String§def: String§option: Vec<String>§dec: usize§length: i32§show: bool§describe: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Radio
impl Send for Radio
impl Sync for Radio
impl Unpin for Radio
impl UnwindSafe for Radio
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