Struct tf2types::events::quest_objective_completed
source · [−]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: i32Auto Trait Implementations
impl RefUnwindSafe for quest_objective_completed
impl Send for quest_objective_completed
impl Sync for quest_objective_completed
impl Unpin for quest_objective_completed
impl UnwindSafe for quest_objective_completed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more