pub struct PaperClient { /* private fields */ }Implementations§
Source§impl PaperClient
impl PaperClient
pub async fn get_latest_build( &self, mc_version: &str, ) -> ConduitResult<PaperBuild>
pub fn build_download_url( &self, mc_version: &str, build: u32, file_name: &str, ) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PaperClient
impl !RefUnwindSafe for PaperClient
impl Send for PaperClient
impl Sync for PaperClient
impl Unpin for PaperClient
impl UnsafeUnpin for PaperClient
impl !UnwindSafe for PaperClient
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