Enum mcvm_shared::modifications::ModloaderMatch
source · pub enum ModloaderMatch {
Vanilla,
Forge,
NeoForged,
ForgeLike,
Fabric,
Quilt,
FabricLike,
LiteLoader,
Risugamis,
Rift,
}
Expand description
Matcher for different types of loader
Variants§
Vanilla
Matches vanilla
Forge
Matches MinecraftForge
NeoForged
Matches NeoForged
ForgeLike
Matches any loader that supports loading Forge mods
Fabric
Matches Fabric Loader
Quilt
Matches Quilt Loader
FabricLike
Matches any loader that supports loading Fabric mods
LiteLoader
Matches LiteLoader
Risugamis
Matches Risugami’s Modloader
Rift
Matches Rift
Implementations§
Trait Implementations§
source§impl Clone for ModloaderMatch
impl Clone for ModloaderMatch
source§fn clone(&self) -> ModloaderMatch
fn clone(&self) -> ModloaderMatch
Returns a copy 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 ModloaderMatch
impl Debug for ModloaderMatch
source§impl<'de> Deserialize<'de> for ModloaderMatch
impl<'de> Deserialize<'de> for ModloaderMatch
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
source§impl PartialEq for ModloaderMatch
impl PartialEq for ModloaderMatch
source§fn eq(&self, other: &ModloaderMatch) -> bool
fn eq(&self, other: &ModloaderMatch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ModloaderMatch
impl Serialize for ModloaderMatch
impl Eq for ModloaderMatch
impl StructuralEq for ModloaderMatch
impl StructuralPartialEq for ModloaderMatch
Auto Trait Implementations§
impl RefUnwindSafe for ModloaderMatch
impl Send for ModloaderMatch
impl Sync for ModloaderMatch
impl Unpin for ModloaderMatch
impl UnwindSafe for ModloaderMatch
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