pub struct RuntimeLowerOutput {
pub module: Module,
pub profile: RuntimeLowerProfile,
}Fields§
§module: Module§profile: RuntimeLowerProfileAuto Trait Implementations§
impl Freeze for RuntimeLowerOutput
impl RefUnwindSafe for RuntimeLowerOutput
impl Send for RuntimeLowerOutput
impl Sync for RuntimeLowerOutput
impl Unpin for RuntimeLowerOutput
impl UnsafeUnpin for RuntimeLowerOutput
impl UnwindSafe for RuntimeLowerOutput
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