pub struct TrackerObjective {
pub quest_name: String,
pub description: String,
pub progress: u32,
pub required: u32,
}Fields§
§quest_name: String§description: String§progress: u32§required: u32Implementations§
Trait Implementations§
Source§impl Clone for TrackerObjective
impl Clone for TrackerObjective
Source§fn clone(&self) -> TrackerObjective
fn clone(&self) -> TrackerObjective
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TrackerObjective
impl RefUnwindSafe for TrackerObjective
impl Send for TrackerObjective
impl Sync for TrackerObjective
impl Unpin for TrackerObjective
impl UnsafeUnpin for TrackerObjective
impl UnwindSafe for TrackerObjective
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more