Struct ciruela::signature::SignedUpload[][src]

pub struct SignedUpload { /* fields omitted */ }

An signed image at specified path and specified time

Trait Implementations

impl Debug for SignedUpload
[src]

Formats the value using the given formatter. Read more

impl Clone for SignedUpload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations