pub trait DOMHTMLLinkElementExt: 'static {
Show 34 methods fn charset(&self) -> Option<GString>; fn is_disabled(&self) -> bool; fn href(&self) -> Option<GString>; fn hreflang(&self) -> Option<GString>; fn media(&self) -> Option<GString>; fn rel(&self) -> Option<GString>; fn rev(&self) -> Option<GString>; fn sheet(&self) -> Option<DOMStyleSheet>; fn sizes(&self) -> Option<DOMDOMTokenList>; fn target(&self) -> Option<GString>; fn type_attr(&self) -> Option<GString>; fn set_charset(&self, value: &str); fn set_disabled(&self, value: bool); fn set_href(&self, value: &str); fn set_hreflang(&self, value: &str); fn set_media(&self, value: &str); fn set_rel(&self, value: &str); fn set_rev(&self, value: &str); fn set_sizes(&self, value: &str); fn set_target(&self, value: &str); fn set_type_attr(&self, value: &str); fn type_(&self) -> Option<GString>; fn set_type(&self, type_: Option<&str>); fn connect_charset_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_disabled_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_href_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_hreflang_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_media_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_rel_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId; fn connect_rev_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId; fn connect_sheet_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_sizes_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_target_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
}
Expand description

Trait containing all DOMHTMLLinkElement methods.

Implementors

DOMHTMLLinkElement

Required Methods

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gboolean

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A DOMStyleSheet

Available on crate feature v2_16 only.
Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A DOMDOMTokenList

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gboolean

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Available on crate feature v2_16 only.
Deprecated since 2.22

Use JavaScriptCore API instead

value

a gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Available on crate feature v2_16 only.

Implementors