pub struct BinaryPackageVersions {
pub pkg: BinaryPackage,
pub versions: Vec<Version>,
}Fields§
§pkg: BinaryPackage§versions: Vec<Version>Implementations§
Trait Implementations§
Source§impl Clone for BinaryPackageVersions
impl Clone for BinaryPackageVersions
Source§fn clone(&self) -> BinaryPackageVersions
fn clone(&self) -> BinaryPackageVersions
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 BinaryPackageVersions
impl Debug for BinaryPackageVersions
Auto Trait Implementations§
impl Freeze for BinaryPackageVersions
impl RefUnwindSafe for BinaryPackageVersions
impl Send for BinaryPackageVersions
impl Sync for BinaryPackageVersions
impl Unpin for BinaryPackageVersions
impl UnwindSafe for BinaryPackageVersions
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