Struct mcvm_parse::parse::require::Package
source · pub struct Package {
pub value: Value,
pub explicit: bool,
}Expand description
A single required package
Fields§
§value: ValueThe package ID that is required
explicit: boolWhether or not this is an explicit dependency
Trait Implementations§
Auto Trait Implementations§
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