Struct juju::Relation[][src]

pub struct Relation {
    pub name: String,
    pub id: usize,
}

Fields

The name of a unit related to your service

The id of the unit related to your service

Trait Implementations

impl Debug for Relation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Relation

impl Sync for Relation