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 !RefUnwindSafe for Definitions
impl !Send for Definitions
impl !Sync for Definitions
impl !UnwindSafe for Definitions
impl Freeze for Definitions
impl Unpin for Definitions
impl UnsafeUnpin 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