pub struct VersionInconsistency {
pub package: String,
pub dependency: String,
pub expected: Version,
pub found: Version,
}Fields§
§package: String§dependency: String§expected: Version§found: VersionTrait Implementations§
Source§impl Clone for VersionInconsistency
impl Clone for VersionInconsistency
Source§fn clone(&self) -> VersionInconsistency
fn clone(&self) -> VersionInconsistency
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 moreAuto Trait Implementations§
impl Freeze for VersionInconsistency
impl RefUnwindSafe for VersionInconsistency
impl Send for VersionInconsistency
impl Sync for VersionInconsistency
impl Unpin for VersionInconsistency
impl UnwindSafe for VersionInconsistency
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