Struct msg_store::store::AddResult[][src]

pub struct AddResult {
    pub uuid: Uuid,
    pub bytes_removed: u32,
    pub groups_removed: Vec<u32>,
    pub msgs_removed: Vec<Uuid>,
}

Fields

uuid: Uuidbytes_removed: u32groups_removed: Vec<u32>msgs_removed: Vec<Uuid>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.