Struct calamine::vba::Reference [] [src]

pub struct Reference {
    pub name: String,
    pub description: String,
    pub path: PathBuf,
}

A vba reference

Fields

name

description

location of the reference

Methods

impl Reference
[src]

[src]

Check if the reference location is accessible

Trait Implementations

impl Debug for Reference
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Reference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Reference
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Reference
[src]

impl PartialEq for Reference
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Reference

impl Sync for Reference