pub struct CondaPackage { /* private fields */ }Expand description
A handle to one conda package. Coords authoritative (from the name/version/
build/subdir columns the plugin parsed out of info/index.json). Bytes
lazy via CondaPackage::bytes.
Implementations§
Auto Trait Implementations§
impl Freeze for CondaPackage
impl RefUnwindSafe for CondaPackage
impl Send for CondaPackage
impl Sync for CondaPackage
impl Unpin for CondaPackage
impl UnsafeUnpin for CondaPackage
impl UnwindSafe for CondaPackage
Blanket Implementations§
impl<T> Allocation for T
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