Struct anansi_core::forms::SelectMultiple
source · pub struct SelectMultiple {
pub name: &'static str,
pub attrs: Attributes,
/* private fields */
}Fields§
§name: &'static str§attrs: AttributesTrait Implementations§
source§impl Clone for SelectMultiple
impl Clone for SelectMultiple
source§fn clone(&self) -> SelectMultiple
fn clone(&self) -> SelectMultiple
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more