pub struct ModuleUpdate {
pub module_id: ModuleId,
pub force_restart: bool,
}Fields§
§module_id: ModuleId§force_restart: boolAuto Trait Implementations§
impl Freeze for ModuleUpdate
impl RefUnwindSafe for ModuleUpdate
impl Send for ModuleUpdate
impl Sync for ModuleUpdate
impl Unpin for ModuleUpdate
impl UnsafeUnpin for ModuleUpdate
impl UnwindSafe for ModuleUpdate
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