pub struct Pkg {
pub name: String,
pub version: String,
}Fieldsยง
ยงname: Stringยงversion: StringTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Pkg
impl RefUnwindSafe for Pkg
impl Send for Pkg
impl Sync for Pkg
impl Unpin for Pkg
impl UnsafeUnpin for Pkg
impl UnwindSafe for Pkg
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