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,
}
Fields§
§require: bool
§field: String
§mode: String
§title: String
§option: Vec<String>
§def: Vec<String>
§dec: usize
§length: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Select
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