Struct nreplops_tool::version::ParseVersionError
source · pub struct ParseVersionError;Trait Implementations§
source§impl Clone for ParseVersionError
impl Clone for ParseVersionError
source§fn clone(&self) -> ParseVersionError
fn clone(&self) -> ParseVersionError
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 ParseVersionError
impl Debug for ParseVersionError
source§impl PartialEq for ParseVersionError
impl PartialEq for ParseVersionError
source§fn eq(&self, other: &ParseVersionError) -> bool
fn eq(&self, other: &ParseVersionError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ParseVersionError
impl StructuralPartialEq for ParseVersionError
Auto Trait Implementations§
impl RefUnwindSafe for ParseVersionError
impl Send for ParseVersionError
impl Sync for ParseVersionError
impl Unpin for ParseVersionError
impl UnwindSafe for ParseVersionError
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