pub struct SimpleSemVerParseError(/* private fields */);Trait Implementations§
Source§impl Clone for SimpleSemVerParseError
impl Clone for SimpleSemVerParseError
Source§fn clone(&self) -> SimpleSemVerParseError
fn clone(&self) -> SimpleSemVerParseError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SimpleSemVerParseError
Source§impl Debug for SimpleSemVerParseError
impl Debug for SimpleSemVerParseError
Source§impl Display for SimpleSemVerParseError
impl Display for SimpleSemVerParseError
impl Eq for SimpleSemVerParseError
Source§impl Error for SimpleSemVerParseError
impl Error for SimpleSemVerParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for SimpleSemVerParseError
impl Hash for SimpleSemVerParseError
Source§impl Ord for SimpleSemVerParseError
impl Ord for SimpleSemVerParseError
Source§fn cmp(&self, other: &SimpleSemVerParseError) -> Ordering
fn cmp(&self, other: &SimpleSemVerParseError) -> Ordering
1.21.0 (const: unstable) · 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 SimpleSemVerParseError
impl PartialEq for SimpleSemVerParseError
Source§impl PartialOrd for SimpleSemVerParseError
impl PartialOrd for SimpleSemVerParseError
impl StructuralPartialEq for SimpleSemVerParseError
Auto Trait Implementations§
impl Freeze for SimpleSemVerParseError
impl RefUnwindSafe for SimpleSemVerParseError
impl Send for SimpleSemVerParseError
impl Sync for SimpleSemVerParseError
impl Unpin for SimpleSemVerParseError
impl UnsafeUnpin for SimpleSemVerParseError
impl UnwindSafe for SimpleSemVerParseError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.