pub struct MrPackManager {
pub file: ModrinthIndex,
}Fields§
§file: ModrinthIndexImplementations§
Source§impl MrPackManager
impl MrPackManager
Auto Trait Implementations§
impl Freeze for MrPackManager
impl RefUnwindSafe for MrPackManager
impl Send for MrPackManager
impl Sync for MrPackManager
impl Unpin for MrPackManager
impl UnsafeUnpin for MrPackManager
impl UnwindSafe for MrPackManager
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