pub struct NodeVersion { /* private fields */ }Expand description
Node.js version metadata.
Implementations§
Source§impl NodeVersion
impl NodeVersion
Trait Implementations§
Source§impl Clone for NodeVersion
impl Clone for NodeVersion
Source§fn clone(&self) -> NodeVersion
fn clone(&self) -> NodeVersion
Returns a duplicate 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 NodeVersion
impl Debug for NodeVersion
Source§impl Display for NodeVersion
impl Display for NodeVersion
Source§impl FromStr for NodeVersion
impl FromStr for NodeVersion
Source§impl Hash for NodeVersion
impl Hash for NodeVersion
Source§impl Ord for NodeVersion
impl Ord for NodeVersion
Source§fn cmp(&self, other: &NodeVersion) -> Ordering
fn cmp(&self, other: &NodeVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NodeVersion
impl PartialEq for NodeVersion
Source§impl PartialOrd for NodeVersion
impl PartialOrd for NodeVersion
impl Copy for NodeVersion
impl Eq for NodeVersion
impl StructuralPartialEq for NodeVersion
Auto Trait Implementations§
impl Freeze for NodeVersion
impl RefUnwindSafe for NodeVersion
impl Send for NodeVersion
impl Sync for NodeVersion
impl Unpin for NodeVersion
impl UnsafeUnpin for NodeVersion
impl UnwindSafe for NodeVersion
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