Struct clang::documentation::BlockCommand [] [src]

pub struct BlockCommand {
    pub command: String,
    pub arguments: Vec<String>,
    pub children: Vec<CommentChild>,
}

A block command with zero or more arguments and a paragraph as an argument.

Fields

The command.

The command arguments.

The children of the paragraph argument.

Trait Implementations

impl Clone for BlockCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlockCommand
[src]

Formats the value using the given formatter.

impl PartialEq for BlockCommand
[src]

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

This method tests for !=.

impl Eq for BlockCommand
[src]