Struct rain_core::logging::events::DataObjectFinishedEvent[][src]

pub struct DataObjectFinishedEvent {
    pub dataobject: DataObjectId,
    pub governor: GovernorId,
    pub size: usize,
}

Fields

Trait Implementations

impl Clone for DataObjectFinishedEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataObjectFinishedEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations