Struct weedle::term::Record [] [src]

pub struct Record;

Represents the terminal symbol record

Trait Implementations

impl Debug for Record
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Record
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for Record
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Record
[src]

impl Parse for Record
[src]

Auto Trait Implementations

impl Send for Record

impl Sync for Record