pub struct Waypoints {
pub normal: DifficultyWaypoints,
pub nightmare: DifficultyWaypoints,
pub hell: DifficultyWaypoints,
}Fields§
§normal: DifficultyWaypoints§nightmare: DifficultyWaypoints§hell: DifficultyWaypointsImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Waypoints
impl<'de> Deserialize<'de> for Waypoints
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
impl Eq for Waypoints
impl StructuralPartialEq for Waypoints
Auto Trait Implementations§
impl Freeze for Waypoints
impl RefUnwindSafe for Waypoints
impl Send for Waypoints
impl Sync for Waypoints
impl Unpin for Waypoints
impl UnsafeUnpin for Waypoints
impl UnwindSafe for Waypoints
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