pub struct III {
pub main: Callable,
pub text: Vec<Callable>,
pub data: Vec<Const>,
pub groups: Vec<Group>,
}Fields§
§main: Callable§text: Vec<Callable>§data: Vec<Const>§groups: Vec<Group>Implementations§
Auto Trait Implementations§
impl Freeze for III
impl RefUnwindSafe for III
impl !Send for III
impl !Sync for III
impl Unpin for III
impl UnwindSafe for III
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