pub struct MessageDkS2 { /* private fields */ }
Expand description

A complete Hint Message that could be found in Dark Souls II. Consists of either one or two parts. If there are two, there will also be a Conjunction string to join them.

Trait Implementations

Formats the value using the given formatter. Read more

Create a MessageDkS2 with two parts.

Create a MessageDkS2 with one part.

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

Create a new Message, with at least one randomized string. There is a chance it will also contain a second part, joined to the first by a Conjunction.

Returns the argument unchanged.

Calls U::from(self).

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

Converts the given value to a String. Read more

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.