pub struct PlatformUrlBuilder;Expand description
Platform-specific URL builder utilities
Implementations§
Source§impl PlatformUrlBuilder
impl PlatformUrlBuilder
Sourcepub fn get_platform_string() -> String
pub fn get_platform_string() -> String
Get standard platform string for downloads
Sourcepub fn get_archive_extension() -> &'static str
pub fn get_archive_extension() -> &'static str
Get archive extension for current platform
Sourcepub fn get_exe_extension() -> &'static str
pub fn get_exe_extension() -> &'static str
Get executable extension for current platform
Auto Trait Implementations§
impl Freeze for PlatformUrlBuilder
impl RefUnwindSafe for PlatformUrlBuilder
impl Send for PlatformUrlBuilder
impl Sync for PlatformUrlBuilder
impl Unpin for PlatformUrlBuilder
impl UnwindSafe for PlatformUrlBuilder
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