Struct mcvm_shared::addon::Addon
source · pub struct Addon {
pub kind: AddonKind,
pub id: String,
pub file_name: String,
pub pkg_id: PkgIdentifier,
}Fields§
§kind: AddonKind§id: String§file_name: String§pkg_id: PkgIdentifierImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Addon
impl Send for Addon
impl Sync for Addon
impl Unpin for Addon
impl UnwindSafe for Addon
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