pub struct UdFile {
pub module: Module,
pub items: Vec<Item>,
}Expand description
A complete .ud file: a @module { … } header followed by zero
or more top-level items.
Fields§
§module: Module§items: Vec<Item>Trait Implementations§
impl Eq for UdFile
impl StructuralPartialEq for UdFile
Auto Trait Implementations§
impl Freeze for UdFile
impl RefUnwindSafe for UdFile
impl Send for UdFile
impl Sync for UdFile
impl Unpin for UdFile
impl UnsafeUnpin for UdFile
impl UnwindSafe for UdFile
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