Struct baimax::data::File [] [src]

pub struct File {
    pub sender: Party,
    pub receiver: Party,
    pub creation: BaiDateTime,
    pub ident: FileIdent,
    pub groups: Vec<Group>,
}

Fields

Methods

impl File
[src]

Trait Implementations

impl Debug for File
[src]

Formats the value using the given formatter.

impl Clone for File
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for File
[src]

Formats the value using the given formatter. Read more