Struct ciruela::proto::ReplaceDirAck [] [src]

pub struct ReplaceDirAck {
    pub accepted: bool,
    pub reject_reason: Option<String>,
    pub hosts: HashMap<MachineId, String>,
}

Fields

Trait Implementations

impl Debug for ReplaceDirAck
[src]

[src]

Formats the value using the given formatter.

impl Response for ReplaceDirAck
[src]

[src]

[src]