pub struct TimedSpecials {
pub events: Events,
pub tasks: Tasks,
pub calendar: Calendar,
pub wheel: Wheel,
}Expand description
Everything, that changes over time
Fields§
§events: EventsAll of the events active in the tavern
tasks: TasksThe stuff you can do for bonus rewards
calendar: CalendarGrants rewards once a day
wheel: WheelDr. Abawuwu’s wheel
Trait Implementations§
Source§impl Clone for TimedSpecials
impl Clone for TimedSpecials
Source§fn clone(&self) -> TimedSpecials
fn clone(&self) -> TimedSpecials
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 moreSource§impl Debug for TimedSpecials
impl Debug for TimedSpecials
Source§impl Default for TimedSpecials
impl Default for TimedSpecials
Source§fn default() -> TimedSpecials
fn default() -> TimedSpecials
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TimedSpecials
impl<'de> Deserialize<'de> for TimedSpecials
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TimedSpecials
impl RefUnwindSafe for TimedSpecials
impl Send for TimedSpecials
impl Sync for TimedSpecials
impl Unpin for TimedSpecials
impl UnwindSafe for TimedSpecials
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