Struct abc_parser::datatypes::TuneBook[][src]

pub struct TuneBook { /* fields omitted */ }

Methods

impl TuneBook
[src]

Trait Implementations

impl ToABC for TuneBook
[src]

Creates a valid ABC text representation of the object.

impl Debug for TuneBook
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TuneBook
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for TuneBook

impl Sync for TuneBook