pub enum AddonType {
Gamemode,
Map,
Weapon,
Vehicle,
NPC,
Entity,
Tool,
Effects,
Model,
ServerContent,
}
Variants§
Trait Implementations§
impl Copy for AddonType
impl StructuralPartialEq for AddonType
Auto Trait Implementations§
impl Freeze for AddonType
impl RefUnwindSafe for AddonType
impl Send for AddonType
impl Sync for AddonType
impl Unpin for AddonType
impl UnwindSafe for AddonType
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