pub struct MapRotations { /* private fields */ }
Implementations§
Source§impl MapRotations
impl MapRotations
pub fn battle_royal<'a>(&'a self) -> Option<&'a MapRotation>
pub fn battle_royal_ranked<'a>(&'a self) -> Option<&'a MapRotation>
pub fn arena<'a>(&'a self) -> Option<&'a MapRotation>
pub fn arena_ranked<'a>(&'a self) -> Option<&'a MapRotation>
pub fn event<'a>(&'a self) -> Option<&'a MapRotation>
Trait Implementations§
Source§impl Debug for MapRotations
impl Debug for MapRotations
Source§impl<'de> Deserialize<'de> for MapRotations
impl<'de> Deserialize<'de> for MapRotations
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 MapRotations
impl RefUnwindSafe for MapRotations
impl Send for MapRotations
impl Sync for MapRotations
impl Unpin for MapRotations
impl UnwindSafe for MapRotations
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