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