pub struct ModuleAction {
pub module_name: String,
pub kind: ModuleActionKind,
}Expand description
Module-level action — first-class phase, not flattened into packages/files.
Fields§
§module_name: String§kind: ModuleActionKindTrait Implementations§
Source§impl Debug for ModuleAction
impl Debug for ModuleAction
Auto Trait Implementations§
impl Freeze for ModuleAction
impl RefUnwindSafe for ModuleAction
impl Send for ModuleAction
impl Sync for ModuleAction
impl Unpin for ModuleAction
impl UnsafeUnpin for ModuleAction
impl UnwindSafe for ModuleAction
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