Struct repomon_config::Branches [] [src]

pub struct Branches { /* fields omitted */ }

A map of repo name to branch definitions.

Methods

impl Branches
[src]

[src]

A map of repo name to a vector branches to monitor.

impl Branches
[src]

[src]

A map of repo name to a vector branches to monitor.

Trait Implementations

impl Clone for Branches
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Branches
[src]

[src]

Formats the value using the given formatter.

impl Default for Branches
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for Branches
[src]

[src]

Formats the value using the given formatter. Read more