pub enum NodeJSPkgExt {
Targz,
Tarxz,
Zip,
Msi,
S7z,
}
Variants§
Implementations§
Source§impl NodeJSPkgExt
impl NodeJSPkgExt
pub fn new() -> NodeJSPkgExt
Trait Implementations§
Source§impl Clone for NodeJSPkgExt
impl Clone for NodeJSPkgExt
Source§fn clone(&self) -> NodeJSPkgExt
fn clone(&self) -> NodeJSPkgExt
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NodeJSPkgExt
impl Debug for NodeJSPkgExt
Source§impl Default for NodeJSPkgExt
impl Default for NodeJSPkgExt
Source§impl Display for NodeJSPkgExt
impl Display for NodeJSPkgExt
Source§impl FromStr for NodeJSPkgExt
impl FromStr for NodeJSPkgExt
Source§type Err = NodeJSRelInfoError
type Err = NodeJSRelInfoError
The associated error which can be returned from parsing.
Source§fn from_str(s: &str) -> Result<NodeJSPkgExt, NodeJSRelInfoError>
fn from_str(s: &str) -> Result<NodeJSPkgExt, NodeJSRelInfoError>
Parses a string
s
to return a value of this type. Read moreSource§impl PartialEq for NodeJSPkgExt
impl PartialEq for NodeJSPkgExt
impl StructuralPartialEq for NodeJSPkgExt
Auto Trait Implementations§
impl Freeze for NodeJSPkgExt
impl RefUnwindSafe for NodeJSPkgExt
impl Send for NodeJSPkgExt
impl Sync for NodeJSPkgExt
impl Unpin for NodeJSPkgExt
impl UnwindSafe for NodeJSPkgExt
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