pub struct Reqfile {
pub general: Vec<Requirement>,
pub post: Vec<Requirement>,
pub optional: Vec<OptionalGroup>,
}Expand description
The parsed representation of a reqfile
Fields§
§general: Vec<Requirement>§post: Vec<Requirement>§optional: Vec<OptionalGroup>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reqfile
impl RefUnwindSafe for Reqfile
impl Send for Reqfile
impl Sync for Reqfile
impl Unpin for Reqfile
impl UnwindSafe for Reqfile
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