Struct dsdl_parser::Comment [] [src]

pub struct Comment(_);

A comment

Trait Implementations

impl Display for Comment
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Comment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Comment
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Comment
[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 Comment
[src]

impl<'a> From<&'a str> for Comment
[src]

[src]

Performs the conversion.

impl FromStr for Comment
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl AsRef<str> for Comment
[src]

[src]

Performs the conversion.