Struct odra_ir::module::ModuleConfiguration
source · pub struct ModuleConfiguration {
pub events: ModuleEvents,
}Fields§
§events: ModuleEventsTrait Implementations§
source§impl Clone for ModuleConfiguration
impl Clone for ModuleConfiguration
source§fn clone(&self) -> ModuleConfiguration
fn clone(&self) -> ModuleConfiguration
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 ModuleConfiguration
impl Debug for ModuleConfiguration
source§impl Default for ModuleConfiguration
impl Default for ModuleConfiguration
source§fn default() -> ModuleConfiguration
fn default() -> ModuleConfiguration
Returns the “default value” for a type. Read more
source§impl Parse for ModuleConfiguration
impl Parse for ModuleConfiguration
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for ModuleConfiguration
impl !Send for ModuleConfiguration
impl !Sync for ModuleConfiguration
impl Unpin for ModuleConfiguration
impl UnwindSafe for ModuleConfiguration
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