pub struct NodeUrlBuilder;
Expand description
Node.js URL builder for consistent download URL generation
Trait Implementations§
Source§impl StandardUrlBuilder for NodeUrlBuilder
impl StandardUrlBuilder for NodeUrlBuilder
Source§fn get_filename(version: &str) -> String
fn get_filename(version: &str) -> String
Get platform-specific filename
Source§fn get_platform_string() -> String
fn get_platform_string() -> String
Get platform string for Node.js downloads
Auto Trait Implementations§
impl Freeze for NodeUrlBuilder
impl RefUnwindSafe for NodeUrlBuilder
impl Send for NodeUrlBuilder
impl Sync for NodeUrlBuilder
impl Unpin for NodeUrlBuilder
impl UnwindSafe for NodeUrlBuilder
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