Struct ciruela::proto::ReplaceDir [] [src]

pub struct ReplaceDir {
    pub path: VPath,
    pub image: ImageId,
    pub old_image: Option<ImageId>,
    pub timestamp: SystemTime,
    pub signatures: Vec<Signature>,
}

Fields

Methods

impl ReplaceDir
[src]

[src]

Trait Implementations

impl Debug for ReplaceDir
[src]

[src]

Formats the value using the given formatter.

impl Request for ReplaceDir
[src]

[src]