pub struct PkgEntry { /* private fields */ }Trait Implementationsยง
impl StructuralPartialEq for PkgEntry
Auto Trait Implementationsยง
impl Freeze for PkgEntry
impl RefUnwindSafe for PkgEntry
impl Send for PkgEntry
impl Sync for PkgEntry
impl Unpin for PkgEntry
impl UnsafeUnpin for PkgEntry
impl UnwindSafe for PkgEntry
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