Struct web_sys::HtmlDListElement 
source · #[repr(transparent)]pub struct HtmlDListElement { /* private fields */ }Expand description
The HTMLDListElement object
This API requires the following crate features to be activated: HtmlDListElement
Implementations§
source§impl HtmlDListElement
 
impl HtmlDListElement
source§impl HtmlDListElement
 
impl HtmlDListElement
sourcepub fn set_compact(&self, compact: bool)
 
pub fn set_compact(&self, compact: bool)
The compact setter
This API requires the following crate features to be activated: HtmlDListElement
Trait Implementations§
source§impl AsRef<Element> for HtmlDListElement
 
impl AsRef<Element> for HtmlDListElement
source§impl AsRef<EventTarget> for HtmlDListElement
 
impl AsRef<EventTarget> for HtmlDListElement
source§fn as_ref(&self) -> &EventTarget
 
fn as_ref(&self) -> &EventTarget
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<HtmlElement> for HtmlDListElement
 
impl AsRef<HtmlElement> for HtmlDListElement
source§fn as_ref(&self) -> &HtmlElement
 
fn as_ref(&self) -> &HtmlElement
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<JsValue> for HtmlDListElement
 
impl AsRef<JsValue> for HtmlDListElement
source§impl AsRef<Node> for HtmlDListElement
 
impl AsRef<Node> for HtmlDListElement
source§impl AsRef<Object> for HtmlDListElement
 
impl AsRef<Object> for HtmlDListElement
source§impl Clone for HtmlDListElement
 
impl Clone for HtmlDListElement
source§fn clone(&self) -> HtmlDListElement
 
fn clone(&self) -> HtmlDListElement
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 HtmlDListElement
 
impl Debug for HtmlDListElement
source§impl From<HtmlDListElement> for Element
 
impl From<HtmlDListElement> for Element
source§fn from(obj: HtmlDListElement) -> Element
 
fn from(obj: HtmlDListElement) -> Element
Converts to this type from the input type.
source§impl From<HtmlDListElement> for EventTarget
 
impl From<HtmlDListElement> for EventTarget
source§fn from(obj: HtmlDListElement) -> EventTarget
 
fn from(obj: HtmlDListElement) -> EventTarget
Converts to this type from the input type.
source§impl From<HtmlDListElement> for HtmlElement
 
impl From<HtmlDListElement> for HtmlElement
source§fn from(obj: HtmlDListElement) -> HtmlElement
 
fn from(obj: HtmlDListElement) -> HtmlElement
Converts to this type from the input type.
source§impl From<HtmlDListElement> for JsValue
 
impl From<HtmlDListElement> for JsValue
source§fn from(obj: HtmlDListElement) -> JsValue
 
fn from(obj: HtmlDListElement) -> JsValue
Converts to this type from the input type.
source§impl From<HtmlDListElement> for Node
 
impl From<HtmlDListElement> for Node
source§fn from(obj: HtmlDListElement) -> Node
 
fn from(obj: HtmlDListElement) -> Node
Converts to this type from the input type.
source§impl From<HtmlDListElement> for Object
 
impl From<HtmlDListElement> for Object
source§fn from(obj: HtmlDListElement) -> Object
 
fn from(obj: HtmlDListElement) -> Object
Converts to this type from the input type.
source§impl From<JsValue> for HtmlDListElement
 
impl From<JsValue> for HtmlDListElement
source§fn from(obj: JsValue) -> HtmlDListElement
 
fn from(obj: JsValue) -> HtmlDListElement
Converts to this type from the input type.
source§impl FromWasmAbi for HtmlDListElement
 
impl FromWasmAbi for HtmlDListElement
source§impl<'a> IntoWasmAbi for &'a HtmlDListElement
 
impl<'a> IntoWasmAbi for &'a HtmlDListElement
source§impl IntoWasmAbi for HtmlDListElement
 
impl IntoWasmAbi for HtmlDListElement
source§impl JsCast for HtmlDListElement
 
impl JsCast for HtmlDListElement
source§fn instanceof(val: &JsValue) -> bool
 
fn instanceof(val: &JsValue) -> bool
Performs a dynamic 
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
 
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
 
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
 
fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
Test whether this JS value is an instance of the type 
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
 
fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
 
fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
 
fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
source§impl OptionFromWasmAbi for HtmlDListElement
 
impl OptionFromWasmAbi for HtmlDListElement
source§impl<'a> OptionIntoWasmAbi for &'a HtmlDListElement
 
impl<'a> OptionIntoWasmAbi for &'a HtmlDListElement
source§impl OptionIntoWasmAbi for HtmlDListElement
 
impl OptionIntoWasmAbi for HtmlDListElement
source§impl RefFromWasmAbi for HtmlDListElement
 
impl RefFromWasmAbi for HtmlDListElement
§type Abi = <JsValue as RefFromWasmAbi>::Abi
 
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to 
Self are recovered from.§type Anchor = ManuallyDrop<HtmlDListElement>
 
type Anchor = ManuallyDrop<HtmlDListElement>
The type that holds the reference to 
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read moreAuto Trait Implementations§
impl RefUnwindSafe for HtmlDListElement
impl !Send for HtmlDListElement
impl !Sync for HtmlDListElement
impl Unpin for HtmlDListElement
impl UnwindSafe for HtmlDListElement
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
Same as 
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more