pub struct ModrinthAPI { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModrinthAPI
impl !RefUnwindSafe for ModrinthAPI
impl Send for ModrinthAPI
impl Sync for ModrinthAPI
impl Unpin for ModrinthAPI
impl UnsafeUnpin for ModrinthAPI
impl !UnwindSafe for ModrinthAPI
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