Struct spsheet::Book [] [src]

pub struct Book { /* fields omitted */ }

Book has owner of sheets.

let _ = spsheet::Book::new();

Methods

impl Book
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Book
[src]

[src]

Formats the value using the given formatter.

impl Clone for Book
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Book
[src]

[src]

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

[src]

This method tests for !=.