Struct odra_ir::module::ModuleEvents
source · pub struct ModuleEvents {
pub events: Punctuated<ModuleEvent, Comma>,
pub submodules_events: Punctuated<ModuleEvent, Comma>,
pub mappings_events: Punctuated<ModuleEvent, Comma>,
}Fields§
§events: Punctuated<ModuleEvent, Comma>§submodules_events: Punctuated<ModuleEvent, Comma>§mappings_events: Punctuated<ModuleEvent, Comma>Trait Implementations§
source§impl Clone for ModuleEvents
impl Clone for ModuleEvents
source§fn clone(&self) -> ModuleEvents
fn clone(&self) -> ModuleEvents
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ModuleEvents
impl Debug for ModuleEvents
source§impl Default for ModuleEvents
impl Default for ModuleEvents
source§fn default() -> ModuleEvents
fn default() -> ModuleEvents
Returns the “default value” for a type. Read more
source§impl Parse for ModuleEvents
impl Parse for ModuleEvents
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for ModuleEvents
impl !Send for ModuleEvents
impl !Sync for ModuleEvents
impl Unpin for ModuleEvents
impl UnwindSafe for ModuleEvents
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