pub struct InvalidVersionRange;Expand description
A version range has its minimum after its maximum.
Trait Implementations§
Source§impl Clone for InvalidVersionRange
impl Clone for InvalidVersionRange
Source§fn clone(&self) -> InvalidVersionRange
fn clone(&self) -> InvalidVersionRange
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 InvalidVersionRange
Source§impl Debug for InvalidVersionRange
impl Debug for InvalidVersionRange
Source§impl Display for InvalidVersionRange
impl Display for InvalidVersionRange
impl Eq for InvalidVersionRange
Source§impl Error for InvalidVersionRange
impl Error for InvalidVersionRange
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 PartialEq for InvalidVersionRange
impl PartialEq for InvalidVersionRange
impl StructuralPartialEq for InvalidVersionRange
Auto Trait Implementations§
impl Freeze for InvalidVersionRange
impl RefUnwindSafe for InvalidVersionRange
impl Send for InvalidVersionRange
impl Sync for InvalidVersionRange
impl Unpin for InvalidVersionRange
impl UnsafeUnpin for InvalidVersionRange
impl UnwindSafe for InvalidVersionRange
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