pub struct ModDef {
pub name: ModuleName,
pub imports: Imports,
pub defs: Definitions,
}Fields§
§name: ModuleName§imports: Imports§defs: DefinitionsImplementations§
Trait Implementations§
Source§impl From<ModDef> for Definition
impl From<ModDef> for Definition
impl StructuralPartialEq for ModDef
Auto Trait Implementations§
impl Freeze for ModDef
impl RefUnwindSafe for ModDef
impl Send for ModDef
impl Sync for ModDef
impl Unpin for ModDef
impl UnwindSafe for ModDef
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