Struct rain_core::comm::DropCachedMsg[][src]

pub struct DropCachedMsg {
    pub objects: Vec<DataObjectId>,
}

Instruct the executor to drop the given cached objects. It is an error to request dropping an object that is not cached.

Fields

List of object ids to drop

Trait Implementations

impl Clone for DropCachedMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DropCachedMsg
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DropCachedMsg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations