pub struct ElemTemplateGroup { /* private fields */ }

Implementations

The template event group element implementation.

Create and return a new template group.

Arguments
  • group_param - Name of template group.
  • preferences_param - Group preferences.
Return
  • See description.

Copy this template group and return a new template group.

Arguments
  • updating_json - Updating from Json.
Return
  • See description.

Get the group.

Return
  • See description.

Get the preferences.

Return
  • See description.

Get the mut preferences.

Return
  • See description.

Get the list event.

Return
  • See description.

Get the mut list event.

Return
  • See description.

Set the group.

Arguments
  • group_param - See description.

Set the preferences.

Arguments
  • preferences_param - See description.

Set the list event.

Arguments
  • list_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.