Struct skyline_web::Dialog

source ·
pub struct Dialog { /* private fields */ }

Implementations

Trait Implementations

How much capacity is likely required for all the data in this Content for a given Template. Read more
Render a section with self.
Render a field by the hash or string of its name. Read more
Render a field by the hash or string of its name. Read more
Render a field by the hash or string of its name, as a section. If successful, returns true if the field exists in this content, otherwise false. Read more
Render a field, by the hash of or string its name, as an inverse section. If successful, returns true if the field exists in this content, otherwise false. Read more
Marks whether this content is truthy. Used when attempting to render a section.
Renders self as a variable to the encoder. Read more
Renders self as a variable to the encoder. Read more
Renders self as a variable to the encoder with CommonMark processing. Read more
Render a section with self.

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.