Struct patternfly_dioxus::dioxus_elements::on::FormData
[−]pub struct FormData {
pub value: String,
pub values: HashMap<String, String, RandomState>,
}Fields
value: Stringvalues: HashMap<String, String, RandomState>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FormData
impl Send for FormData
impl Sync for FormData
impl Unpin for FormData
impl UnwindSafe for FormData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more