Struct gitdb::manifest::Manifest [] [src]

pub struct Manifest {
    pub version: String,
    pub entries: Vec<Entry>,
}

Fields

Methods

impl Manifest
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Manifest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Manifest
[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 Manifest

impl Sync for Manifest