pub struct PackageWithVersion {
pub name: String,
pub version: String,
pub binding: VersionBinding,
}
Fields§
§name: String
§version: String
§binding: VersionBinding
Implementations§
Trait Implementations§
Source§impl Clone for PackageWithVersion
impl Clone for PackageWithVersion
Source§fn clone(&self) -> PackageWithVersion
fn clone(&self) -> PackageWithVersion
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 PackageWithVersion
impl Debug for PackageWithVersion
Source§impl PartialEq for PackageWithVersion
impl PartialEq for PackageWithVersion
impl Eq for PackageWithVersion
impl StructuralPartialEq for PackageWithVersion
Auto Trait Implementations§
impl Freeze for PackageWithVersion
impl RefUnwindSafe for PackageWithVersion
impl Send for PackageWithVersion
impl Sync for PackageWithVersion
impl Unpin for PackageWithVersion
impl UnwindSafe for PackageWithVersion
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