pub struct PackRef {
pub name: Option<String>,
pub version: Option<String>,
}Expand description
Identity of an installed pack, stamped into each imported memory’s provenance so it can later be listed / updated / uninstalled.
Fields§
§name: Option<String>§version: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackRef
impl RefUnwindSafe for PackRef
impl Send for PackRef
impl Sync for PackRef
impl Unpin for PackRef
impl UnsafeUnpin for PackRef
impl UnwindSafe for PackRef
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