Struct web_sys::HtmlTimeElement 
source · #[repr(transparent)]pub struct HtmlTimeElement { /* private fields */ }Expand description
The HTMLTimeElement object
This API requires the following crate features to be activated: HtmlTimeElement
Implementations§
source§impl HtmlTimeElement
 
impl HtmlTimeElement
source§impl HtmlTimeElement
 
impl HtmlTimeElement
sourcepub fn set_date_time(&self, date_time: &str)
 
pub fn set_date_time(&self, date_time: &str)
The dateTime setter
This API requires the following crate features to be activated: HtmlTimeElement
Trait Implementations§
source§impl AsRef<Element> for HtmlTimeElement
 
impl AsRef<Element> for HtmlTimeElement
source§impl AsRef<EventTarget> for HtmlTimeElement
 
impl AsRef<EventTarget> for HtmlTimeElement
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 HtmlTimeElement
 
impl AsRef<HtmlElement> for HtmlTimeElement
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 HtmlTimeElement
 
impl AsRef<JsValue> for HtmlTimeElement
source§impl AsRef<Node> for HtmlTimeElement
 
impl AsRef<Node> for HtmlTimeElement
source§impl AsRef<Object> for HtmlTimeElement
 
impl AsRef<Object> for HtmlTimeElement
source§impl Clone for HtmlTimeElement
 
impl Clone for HtmlTimeElement
source§fn clone(&self) -> HtmlTimeElement
 
fn clone(&self) -> HtmlTimeElement
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 HtmlTimeElement
 
impl Debug for HtmlTimeElement
source§impl From<HtmlTimeElement> for Element
 
impl From<HtmlTimeElement> for Element
source§fn from(obj: HtmlTimeElement) -> Element
 
fn from(obj: HtmlTimeElement) -> Element
Converts to this type from the input type.
source§impl From<HtmlTimeElement> for EventTarget
 
impl From<HtmlTimeElement> for EventTarget
source§fn from(obj: HtmlTimeElement) -> EventTarget
 
fn from(obj: HtmlTimeElement) -> EventTarget
Converts to this type from the input type.
source§impl From<HtmlTimeElement> for HtmlElement
 
impl From<HtmlTimeElement> for HtmlElement
source§fn from(obj: HtmlTimeElement) -> HtmlElement
 
fn from(obj: HtmlTimeElement) -> HtmlElement
Converts to this type from the input type.
source§impl From<HtmlTimeElement> for JsValue
 
impl From<HtmlTimeElement> for JsValue
source§fn from(obj: HtmlTimeElement) -> JsValue
 
fn from(obj: HtmlTimeElement) -> JsValue
Converts to this type from the input type.
source§impl From<HtmlTimeElement> for Node
 
impl From<HtmlTimeElement> for Node
source§fn from(obj: HtmlTimeElement) -> Node
 
fn from(obj: HtmlTimeElement) -> Node
Converts to this type from the input type.
source§impl From<HtmlTimeElement> for Object
 
impl From<HtmlTimeElement> for Object
source§fn from(obj: HtmlTimeElement) -> Object
 
fn from(obj: HtmlTimeElement) -> Object
Converts to this type from the input type.
source§impl From<JsValue> for HtmlTimeElement
 
impl From<JsValue> for HtmlTimeElement
source§fn from(obj: JsValue) -> HtmlTimeElement
 
fn from(obj: JsValue) -> HtmlTimeElement
Converts to this type from the input type.
source§impl FromWasmAbi for HtmlTimeElement
 
impl FromWasmAbi for HtmlTimeElement
source§impl<'a> IntoWasmAbi for &'a HtmlTimeElement
 
impl<'a> IntoWasmAbi for &'a HtmlTimeElement
source§impl IntoWasmAbi for HtmlTimeElement
 
impl IntoWasmAbi for HtmlTimeElement
source§impl JsCast for HtmlTimeElement
 
impl JsCast for HtmlTimeElement
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 HtmlTimeElement
 
impl OptionFromWasmAbi for HtmlTimeElement
source§impl<'a> OptionIntoWasmAbi for &'a HtmlTimeElement
 
impl<'a> OptionIntoWasmAbi for &'a HtmlTimeElement
source§impl OptionIntoWasmAbi for HtmlTimeElement
 
impl OptionIntoWasmAbi for HtmlTimeElement
source§impl RefFromWasmAbi for HtmlTimeElement
 
impl RefFromWasmAbi for HtmlTimeElement
§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<HtmlTimeElement>
 
type Anchor = ManuallyDrop<HtmlTimeElement>
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 HtmlTimeElement
impl !Send for HtmlTimeElement
impl !Sync for HtmlTimeElement
impl Unpin for HtmlTimeElement
impl UnwindSafe for HtmlTimeElement
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