Struct html_sys::HTMLFormElement
source · pub struct HTMLFormElement { /* private fields */ }
Implementations§
source§impl HTMLFormElement
impl HTMLFormElement
pub fn acceptCharset(&self) -> String
pub fn set_acceptCharset(&mut self, value: String)
pub fn action(&self) -> String
pub fn set_action(&mut self, value: String)
pub fn enctype(&self) -> String
pub fn set_enctype(&mut self, value: String)
pub fn method(&self) -> String
pub fn set_method(&mut self, value: String)
pub fn name(&self) -> String
pub fn set_name(&mut self, value: String)
pub fn noValidate(&self) -> bool
pub fn set_noValidate(&mut self, value: bool)
pub fn target(&self) -> String
pub fn set_target(&mut self, value: String)
Methods from Deref<Target = HTMLElement>§
Methods from Deref<Target = Element>§
Methods from Deref<Target = Node>§
Trait Implementations§
source§impl Clone for HTMLFormElement
impl Clone for HTMLFormElement
source§fn clone(&self) -> HTMLFormElement
fn clone(&self) -> HTMLFormElement
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 moresource§impl Debug for HTMLFormElement
impl Debug for HTMLFormElement
source§impl Default for HTMLFormElement
impl Default for HTMLFormElement
source§fn default() -> HTMLFormElement
fn default() -> HTMLFormElement
Returns the “default value” for a type. Read more
source§impl Deref for HTMLFormElement
impl Deref for HTMLFormElement
source§impl PartialEq<HTMLFormElement> for HTMLFormElement
impl PartialEq<HTMLFormElement> for HTMLFormElement
source§fn eq(&self, other: &HTMLFormElement) -> bool
fn eq(&self, other: &HTMLFormElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.