pub struct PinnedPackage { /* private fields */ }Expand description
A package pinned to a specific version.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinnedPackage
impl RefUnwindSafe for PinnedPackage
impl Send for PinnedPackage
impl Sync for PinnedPackage
impl Unpin for PinnedPackage
impl UnwindSafe for PinnedPackage
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