pub struct Morg {
pub name: Option<Identifier>,
pub start: Option<StartStatement>,
pub definitions: Vec<Definition>,
pub skips: Vec<Skip>,
pub specials: Vec<Special>,
}Fields§
§name: Option<Identifier>§start: Option<StartStatement>§definitions: Vec<Definition>§skips: Vec<Skip>§specials: Vec<Special>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Morg
impl RefUnwindSafe for Morg
impl Send for Morg
impl Sync for Morg
impl Unpin for Morg
impl UnwindSafe for Morg
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