pub struct Package {
pub name: &'static str,
pub as_name: &'static str,
pub version: &'static str,
pub path: Option<&'static str>,
}Fields§
§name: &'static str§as_name: &'static str§version: &'static str§path: Option<&'static str>Implementations§
Trait Implementations§
impl Copy for Package
impl Eq for Package
impl StructuralPartialEq for Package
Auto Trait Implementations§
impl Freeze for Package
impl RefUnwindSafe for Package
impl Send for Package
impl Sync for Package
impl Unpin for Package
impl UnwindSafe for Package
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