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

Representation of a comment message intended only for human consumption. Includes basic formatting information.

Implementations

Creates an empty comment.

Adds a piece of plain text to the comment.

Adds a piece of text to the comment that links to the given path.

Adds a piece of text to the comment that links to the given URL.

Adds a newline/paragraph break.

Opens a list.

Advances to the next list item.

Closes the current list.

Pushes an element into this comment.

Pushes a whole other comment’s worth of elements into this comment.

Returns the slice of elements that comprise the comment.

This list is “minimal:”

  • there are no consecutive newlines, list item tags, or spans with equal formatting (they are merged together);
  • there are no empty lists, and there is never a list item immediately following a list open tag (as this is redundant).

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Converts to this type from the input type.

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.