pub struct ModLoaderList {
pub data: Vec<ModLoaderVersion>,
}
Expand description
A list of Minecraft modloader versions.
Fields§
§data: Vec<ModLoaderVersion>
The list of Minecraft modloader versions.
Trait Implementations§
Source§impl Debug for ModLoaderList
impl Debug for ModLoaderList
Source§impl<'de> Deserialize<'de> for ModLoaderList
impl<'de> Deserialize<'de> for ModLoaderList
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 ModLoaderList
impl RefUnwindSafe for ModLoaderList
impl Send for ModLoaderList
impl Sync for ModLoaderList
impl Unpin for ModLoaderList
impl UnwindSafe for ModLoaderList
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