pub struct NeoForgeClient { /* private fields */ }Implementations§
Source§impl NeoForgeClient
impl NeoForgeClient
pub async fn get_metadata(&self) -> ConduitResult<Metadata>
pub async fn get_latest_version(&self) -> ConduitResult<String>
pub fn build_bin_url(&self, version: &str, classifier: &str) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeoForgeClient
impl !RefUnwindSafe for NeoForgeClient
impl Send for NeoForgeClient
impl Sync for NeoForgeClient
impl Unpin for NeoForgeClient
impl UnsafeUnpin for NeoForgeClient
impl !UnwindSafe for NeoForgeClient
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