Struct gazetta_model_ext::Key [] [src]

pub struct Key {
    pub url: String,
    pub fingerprint: String,
}

Fields

Methods

impl Key
[src]

[src]

Trait Implementations

impl Debug for Key
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Key

impl Sync for Key