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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlockCommand
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BlockCommand
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for BlockCommand
[src]

Auto Trait Implementations

impl Send for BlockCommand

impl Sync for BlockCommand