pub(crate) struct Definitions {
pub settings: SettingGroup,
pub all_instructions: Vec<Rc<InstructionContent>>,
pub all_formats: Vec<Rc<InstructionFormat>>,
}
Fields§
§settings: SettingGroup
§all_instructions: Vec<Rc<InstructionContent>>
§all_formats: Vec<Rc<InstructionFormat>>
Auto Trait Implementations§
impl Freeze for Definitions
impl !RefUnwindSafe for Definitions
impl !Send for Definitions
impl !Sync for Definitions
impl Unpin for Definitions
impl !UnwindSafe for Definitions
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