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