pub struct quest_objective_completed {
    pub quest_item_id_low: i32,
    pub quest_item_id_hi: i32,
    pub quest_objective_id: i32,
    pub scorer_user_id: i32,
}

Fields

quest_item_id_low: i32quest_item_id_hi: i32quest_objective_id: i32scorer_user_id: i32

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.