pub struct ModLoadOrder {
pub mod_list: ModList,
}Fields§
§mod_list: ModListImplementations§
Source§impl ModLoadOrder
impl ModLoadOrder
pub fn change_order_by_index(&mut self, from: usize, to: usize)
pub fn change_order_by_name(&mut self, from: &str, to: &str)
Trait Implementations§
Source§impl Default for ModLoadOrder
impl Default for ModLoadOrder
Source§fn default() -> ModLoadOrder
fn default() -> ModLoadOrder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModLoadOrder
impl RefUnwindSafe for ModLoadOrder
impl Send for ModLoadOrder
impl Sync for ModLoadOrder
impl Unpin for ModLoadOrder
impl UnwindSafe for ModLoadOrder
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