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