pub enum ModMeta {
Fabric(FabricModMeta),
Forge(ForgeModMeta),
}
Expand description
一个模组的元数据信息
有可能是 Forge 模组或者 Fabric 模组
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ModMeta
impl Send for ModMeta
impl Sync for ModMeta
impl Unpin for ModMeta
impl UnwindSafe for ModMeta
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