pub struct ElemTemplateEvent { /* private fields */ }

Implementations

The template event element implementation.

Create and return a new template event.

Arguments
  • name_param - Name of template event.
Return
  • See description.

Get the name.

Return
  • See description.

Get the list event.

Return
  • See description.

Get the mutable list event.

Return
  • See description.

Get the initial event.

Return
  • See description.

Set the name.

Arguments
  • name_param - See description.

Set the list event.

Arguments
  • list_event_param - See description.

Set the initial event.

Arguments
  • initial_event_param - See description.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.