Struct silkenweb_html::elements::InsBuilder [−][src]
pub struct InsBuilder(_);
Implementations
impl InsBuilder[src]
impl InsBuilder[src]pub fn id(self, value: impl AttributeValue<String>) -> Self[src]
pub fn class(self, value: impl AttributeValue<String>) -> Self[src]
pub fn cite(self, value: impl AttributeValue<String>) -> Self[src]
A URI for a resource that explains the change (for example, meeting minutes).
pub fn datetime(self, value: impl AttributeValue<String>) -> Self[src]
This attribute indicates the time and date of the change and must be a valid date string with an optional time. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp. For the format of the string without a time, see Date strings. The format of the string if it includes both date and time is covered in Local date and time strings.
impl InsBuilder[src]
impl InsBuilder[src]pub fn on_blur(
self,
f: impl 'static + FnMut(FocusEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(FocusEvent, HtmlModElement)
) -> Self
pub fn on_click(
self,
f: impl 'static + FnMut(MouseEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(MouseEvent, HtmlModElement)
) -> Self
pub fn on_change(self, f: impl 'static + FnMut(Event, HtmlModElement)) -> Self[src]
pub fn on_dblclick(
self,
f: impl 'static + FnMut(MouseEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(MouseEvent, HtmlModElement)
) -> Self
pub fn on_focusout(
self,
f: impl 'static + FnMut(FocusEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(FocusEvent, HtmlModElement)
) -> Self
pub fn on_input(
self,
f: impl 'static + FnMut(InputEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(InputEvent, HtmlModElement)
) -> Self
pub fn on_keydown(
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlModElement)
) -> Self
pub fn on_keyup(
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlModElement)
) -> Self[src]
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlModElement)
) -> Self
pub fn effect(self, f: impl Effect<HtmlModElement>) -> Self[src]
impl InsBuilder[src]
impl InsBuilder[src]Trait Implementations
impl Builder for InsBuilder[src]
impl Builder for InsBuilder[src]impl DomElement for InsBuilder[src]
impl DomElement for InsBuilder[src]type Target = HtmlModElement
fn dom_element(&self) -> Self::Target[src]
impl From<InsBuilder> for Element[src]
impl From<InsBuilder> for Element[src]fn from(builder: InsBuilder) -> Self[src]
impl From<InsBuilder> for ElementBuilder[src]
impl From<InsBuilder> for ElementBuilder[src]fn from(builder: InsBuilder) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for InsBuilder
impl !RefUnwindSafe for InsBuilderimpl !Send for InsBuilder
impl !Send for InsBuilderimpl !Sync for InsBuilder
impl !Sync for InsBuilderimpl Unpin for InsBuilder
impl Unpin for InsBuilderimpl !UnwindSafe for InsBuilder
impl !UnwindSafe for InsBuilder