Struct juju::Relation [] [src]

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

Fields

name: String

The name of a unit related to your service

id: usize

The id of the unit related to your service

Trait Implementations

impl Debug for Relation
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.